btop/.editorconfig

8 lines
121 B
INI
Raw Normal View History

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