btop/.editorconfig

8 lines
121 B
INI
Raw Normal View History

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