repo.or.cz
/
tuleap.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This is Tuleap 16.1.99.72
[tuleap.git]
/
.editorconfig
blob
5a2edcec2c1d716724ff8a71ef8debc678e0b2a1
1
# EditorConfig is awesome: http://EditorConfig.org
2
root = true
3
4
[*]
5
indent_style = space
6
indent_size = 4
7
end_of_line = lf
8
charset = utf-8
9
trim_trailing_whitespace = true
10
insert_final_newline = true
11
12
[Makefile]
13
indent_style = tab
14
15
[*.tab]
16
indent_style = tab
17
18
[{package.json,composer.json,turbo.json}]
19
indent_size = 2
20
21
[*.{yml,xml}]
22
indent_size = 2
23
24
[*.nix]
25
indent_size = 2
26
27
[*.{md,mkd,snap}]
28
trim_trailing_whitespace = false