Editor config script

--HG--
branch : feature-export-assimp
hg/feature/material-editor
kaetemi 9 years ago
parent d55124a6a9
commit deca2304c4

@ -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
Loading…
Cancel
Save