Add .editorconfig

Fixes #258.
This commit is contained in:
Nick Wellnhofer 2022-11-20 22:41:51 +01:00
parent 9e4a46ace6
commit e208eaa27a

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig : http://EditorConfig.org
root = true
[Makefile]
indent_style = tab
[CMakeLists.txt]
indent_style = tab
indent_size = 4
[*.{c,h}]
indent_style = space
indent_size = 4