aboutsummaryrefslogblamecommitdiff
path: root/.editorconfig
blob: 9ae36a9be431149e9b493c30b274d36935a5009b (plain) (tree)
1
2
3
4
5
6
7
8
9







                           





                    
root = true

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

[*.py]
indent_style = space
indent_size = 4

[*.yaml]
indent_style = space
indent_size = 2