aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 16618cb1fb948a4c3126a6aa862e7d2201d6f98e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
root = true

[*]
charset = utf-8
insert_final_newline = true

[*.{gradle,java,mwe2,xtend,xtext}]
indent_style = tab
indent_size = 4

[*.{html,js,json,scss}]
indent_style = space
indent_size = 2