mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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:
parent
c3b1d9c07e
commit
a047d4112f
@ -3,26 +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 = tab
|
|
||||||
|
|
||||||
[test/**.xml]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[test/**.php]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[test/**.html]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[test/**.css]
|
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 8
|
indent_size = 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user