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: Run tests on Node.js 11 as well
[jquery.git]
/
.editorconfig
blob
b5bd7f60ec9a9b14792a0dd90d50af582c4056dc
1
# This file is for unifying the coding style for different editors and IDEs
2
# editorconfig.org
3
4
root = true
5
6
[*]
7
indent_style = tab
8
end_of_line = lf
9
charset = utf-8
10
trim_trailing_whitespace = true
11
insert_final_newline = true
12
13
[package.json]
14
indent_style = space
15
indent_size = 2
16