aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 723160347e9b0aa598af9b5b06e755722192618a (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,jsx,scss}]
indent_style = space
indent_size = 2