btop/.editorconfig

8 lines
117 B
INI
Raw Normal View History

2021-05-09 22:27:59 +02:00
[*.{cpp,h,sh,md,cfg,sample}]
indent_style = tab
indent_size = 4
2021-10-16 13:00:23 +02:00
[*.{yml,yaml}]
indent_style = space
indent_size = 2