third_party_libsnd/.editorconfig
evpobr e427dd8674 Add .editorconfig
EditorConfig (http://editorconfig.org/) helps developers define and
maintain consistent coding styles between different editors and IDEs.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Closes: https://github.com/erikd/libsndfile/pull/173
2017-04-03 20:23:49 +10:00

17 lines
192 B
INI

root = true
[*]
insert_final_newline = true
[*.{h,hpp,c,tpl,def}]
indent_style = tab
tab_width = 4
[*.py]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2