Sizzle: provide backwards-compatibility for creating custom pseudos with arguments...
[jquery.git] / .editorconfig
blobbc55a13a66bb72658afa0a496eb7408805751b15
1 ; This file is for unifying the coding style for different editors and IDEs.
2 ; More information at http://EditorConfig.org
4 root = true
6 ; All JavaScript files should use tabs unless specified otherwise
7 [**.js]
8 indent_style = tab
10 [Makefile]
11 indent_style = tab
14 [speed/**.html]
15 indent_style = tab
17 [speed/**.css]
18 indent_style = tab
20 [speed/benchmarker.js]
21 indent_style = space
22 indent_size = 2
25 [test/**.xml]
26 indent_style = tab
28 [test/**.php]
29 indent_style = tab
31 [test/**.html]
32 indent_style = tab
34 [test/**.css]
35 indent_style = space
36 indent_size = 8