fix some minor things in editorconfig

This commit is contained in:
Quinn
2025-03-21 17:38:37 +01:00
committed by Quinn
parent fa288545b8
commit 9f53249653

View File

@@ -10,7 +10,11 @@ indent_size = 4
[{makefile,Makefile}]
indent_style = tab
indent_size = 1
indent_size = 2
[.*/{sh,bash}]
indent_style = tab
indent_size = 2
[*.{yaml,json,toml}]
indent_style = space