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
Build: update Sizzle to 2.2.1
[jquery.git]
/
.editorconfig
blob
a7ed4a83a56b5bdd1460a9917cad1f96dde94b6f
1
# This file is for unifying the coding style for different editors and IDEs
2
# editorconfig.org
3
4
root = true
5
6
7
[*]
8
end_of_line = lf
9
charset = utf-8
10
trim_trailing_whitespace = true
11
insert_final_newline = true
12
13
# Tabs in JS unless otherwise specified
14
[**.js]
15
indent_style = tab
16
17
[test/**.xml]
18
indent_style = tab
19
20
[test/**.php]
21
indent_style = tab
22
23
[test/**.html]
24
indent_style = tab
25
26
[test/**.css]
27
indent_style = space
28
indent_size = 8