repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use QUnit's URL configs to simplify custom configuration. Closes gh-827
[jquery.git]
/
.editorconfig
blob
bc55a13a66bb72658afa0a496eb7408805751b15
1
; This file is for unifying the coding style for different editors and IDEs.
2
; More information at http://EditorConfig.org
3
4
root = true
5
6
; All JavaScript files should use tabs unless specified otherwise
7
[**.js]
8
indent_style = tab
9
10
[Makefile]
11
indent_style = tab
12
13
14
[speed/**.html]
15
indent_style = tab
16
17
[speed/**.css]
18
indent_style = tab
19
20
[speed/benchmarker.js]
21
indent_style = space
22
indent_size = 2
23
24
25
[test/**.xml]
26
indent_style = tab
27
28
[test/**.php]
29
indent_style = tab
30
31
[test/**.html]
32
indent_style = tab
33
34
[test/**.css]
35
indent_style = space
36
indent_size = 8