gencpp/.editorconfig

14 lines
144 B
INI
Raw Normal View History

2023-04-02 17:41:16 -04:00
root = true
2023-04-01 22:21:46 -04:00
[*.md]
indent_style = tab
indent_size = 4
[*.c]
indent_style = tab
indent_size = 4
[*.cpp]
indent_style = tab
indent_size = 4