style: add editorconfig

This commit is contained in:
Thomas Vigouroux
2020-04-18 17:39:03 +02:00
parent 3ca9471db6
commit e647356210

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
insert_final_newline = true
charset = utf-8
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8