mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: simplify and correct .editorconfig
This commit is contained in:
parent
a2f63ffd96
commit
43a0b5e09d
@ -3,25 +3,14 @@
|
|||||||
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
indent_style = tab
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
# Tabs in JS unless otherwise specified
|
[package.json]
|
||||||
[**.js]
|
indent_style = space
|
||||||
indent_style = tab
|
indent_size = 2
|
||||||
|
|
||||||
[test/**.xml]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[test/**.php]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[test/**.html]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[test/**.css]
|
|
||||||
indent_style = tab
|
|
||||||
|
Loading…
Reference in New Issue
Block a user