aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 8ef1382595cea68d47bffffd52b7fa968fb5b34e (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,ts,tsx}]
indent_style = space
indent_size = 2