14 lines
196 B
INI
14 lines
196 B
INI
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{py,pyx,pxd,pxi,yml,h}]
|
|
indent_size = 4
|
|
indent_style = space
|
|
|
|
[ext/*.{c,cpp,h}]
|
|
indent_size = 4
|
|
indent_style = tab
|