This is Tuleap 16.1.99.72
[tuleap.git] / .editorconfig
blob5a2edcec2c1d716724ff8a71ef8debc678e0b2a1
1 # EditorConfig is awesome: http://EditorConfig.org
2 root = true
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
12 [Makefile]
13 indent_style = tab
15 [*.tab]
16 indent_style = tab
18 [{package.json,composer.json,turbo.json}]
19 indent_size = 2
21 [*.{yml,xml}]
22 indent_size = 2
24 [*.nix]
25 indent_size = 2
27 [*.{md,mkd,snap}]
28 trim_trailing_whitespace = false