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

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 8
tab_size = 8

[*.{yaml,yml}]
indent_style = space
indent_size = 2