webpack/.editorconfig

17 lines
273 B
INI
Raw Normal View History

2015-02-02 12:35:51 +08:00
root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 212
[lib/dependencies/AMDDefineDependency.js]
max_line_length = 483
[*.md]
trim_trailing_whitespace = false