1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-06-14 10:48:00 -07:00
Files
gencpp/.editorconfig
2023-04-04 16:18:30 -04:00

26 lines
279 B
INI

root = true
[*.md]
indent_style = space
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
indent_size = 4
[*.ps1]
indent_style = tab
indent_size = 4