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


           




                           

                  
root = true

[*]
indent_style = space
indent_size = 4
insert_final_newline = true

[*.{c,h,sql}]
indent_style = tab
indent_size = 8