Manipulation: re-expose domManip until 3.0
[jquery.git] / .editorconfig
blob06dbe065b122d8bcd61168de8aa4024c68618fc5
1 # This file is for unifying the coding style for different editors and IDEs
2 # editorconfig.org
4 root = true
7 [*]
8 end_of_line = lf
9 charset = utf-8
10 trim_trailing_whitespace = true
11 insert_final_newline = true
13 # Tabs in JS unless otherwise specified
14 [**.js]
15 indent_style = tab
17 [test/**.xml]
18 indent_style = tab
20 [test/**.php]
21 indent_style = tab
23 [test/**.html]
24 indent_style = tab
26 [test/**.css]
27 indent_style = tab