aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: ca821f9280ec563a9e42b217c9812d71746bf425 (plain) (blame)
1
2
3
4
5
6
7
8
9
root = true

[*]
indent_style = tab
indent_size = 4

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