mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
deca2304c4
--HG-- branch : feature-export-assimp
19 lines
258 B
INI
19 lines
258 B
INI
; 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
|