aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/.editorconfig
blob: 710ef21786e4d47c24e7b93157d448c85640c55c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
root = true

[*]
charset = utf-8
insert_final_newline = true

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

[src/main/css/xtext/**.css]
indent_style = tab

[src/main/js/xtext/**.js]
indent_style = tab