aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/.editorconfig
blob: 17c6ba251900c8232d5831cafe60b124237c921d (plain) (tree)
1
2
3
4
5
6
7





                               
      




                    
root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_size = 4
indent_style = space

[Makefile]
indent_style = tab