khanat-opennel-code/.editorconfig

20 lines
258 B
INI
Raw Normal View History

2015-09-19 15:15:06 +00:00
; 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