1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-01-11 09:18:38 -08:00
gencpp/.editorconfig

26 lines
279 B
INI
Raw Normal View History

2023-04-02 14:41:16 -07:00
root = true
2023-04-01 19:21:46 -07:00
[*.md]
2023-04-04 13:13:48 -07:00
indent_style = space
2023-04-01 19:21:46 -07:00
indent_size = 4
[*.c]
indent_style = tab
indent_size = 4
[*.cpp]
indent_style = tab
indent_size = 4
[*.h]
indent_style = tab
indent_size = 4
[*.hpp]
indent_style = tab
2023-04-04 13:18:30 -07:00
indent_size = 4
[*.ps1]
indent_style = tab
indent_size = 4