Build: use tabs in CSS, also simplify and correct .editorconfig

See https://contribute.jquery.org/style-guide/css/#spacing
> Indentation with tabs.
This commit is contained in:
Oleg Gaidarenko 2016-02-11 22:43:37 +03:00
parent c3b1d9c07e
commit a047d4112f
2 changed files with 53 additions and 65 deletions

View File

@ -3,26 +3,14 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# Tabs in JS unless otherwise specified
[**.js]
indent_style = tab
[test/**.xml]
indent_style = tab
[test/**.php]
indent_style = tab
[test/**.html]
indent_style = tab
[test/**.css]
[package.json]
indent_style = space
indent_size = 8
indent_size = 2