Add .editorconfig

This commit is contained in:
Jiří Techet 2016-08-25 16:03:00 +02:00
parent 5d8e291c6f
commit a3ab9b63f7

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
indent_size = 4
end_of_line = lf
[*.{c,h,cxx,am,m4}]
indent_style = tab
[*.{py}]
indent_style = space