btop/.editorconfig

8 lines
117 B
INI
Raw Normal View History

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