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







                           
                               
 
            

                    
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true

[*.{py,rst}]
indent_style = space
tab_width = 8