edgedb/.editorconfig

18 lines
238 B
INI
Raw Permalink Normal View History

2016-12-02 17:08:58 +00:00
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[*.{py,pyx,pxd,pxi,h}]
2016-12-02 17:08:58 +00:00
indent_size = 4
indent_style = space
[*.yml]
indent_size = 2
indent_style = space
[ext/*.{c,cpp,h}]
indent_size = 4
indent_style = tab