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
Update version in release notes builder.
[jquery.git]
/
.editorconfig
blob
d06e31850afcd496c0dfdd315dba53b1a6f7eac0
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
[Makefile]
18
indent_style = tab
19
20
21
[speed/**.html]
22
indent_style = tab
23
24
[speed/**.css]
25
indent_style = tab
26
27
[speed/benchmarker.js]
28
indent_style = space
29
indent_size = 2
30
31
32
[test/**.xml]
33
indent_style = tab
34
35
[test/**.php]
36
indent_style = tab
37
38
[test/**.html]
39
indent_style = tab
40
41
[test/**.css]
42
indent_style = space
43
indent_size = 8