Editor config script

This commit is contained in:
kaetemi 2015-09-19 17:15:06 +02:00
parent 280e6042d1
commit 1b05c8fa6b

19
.editorconfig Normal file
View file

@ -0,0 +1,19 @@
; Top-most EditorConfig file
root = true
; 4-column tab indentation
[*.cpp]
indent_style = tab
indent_size = 4
[*.c]
indent_style = tab
indent_size = 4
[*.h]
indent_style = tab
indent_size = 4
[*.py]
indent_style = tab
indent_size = 4