repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'hotfix/21.56.9' into master
[gitter.git]
/
.editorconfig
blob
e14c6a5cabfd467c695a3571b362e913823397d9
1
#editorconfig.org
2
3
# top-most EditorConfig file
4
root = true
5
6
# Unix-style newlines with a newline ending every file
7
[*]
8
end_of_line = lf
9
insert_final_newline = true
10
11
# 4 space indentation
12
[*.py]
13
indent_style = space
14
indent_size = 4
15
trim_trailing_whitespace = true
16
17
[{**.js,**.json,**.yml}]
18
indent_style = space
19
indent_size = 2
20
charset = utf-8
21
trim_trailing_whitespace = true
22
23
[Makefile]
24
indent_style = tab