reformat editorconfig

make each tab 4 spaces.
This commit is contained in:
Atlas Cove 2023-10-27 14:25:31 +01:00
parent 954e25ad4c
commit 215249ed0f
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ trim_trailing_whitespace=true
insert_final_newline=true
[{Makefile,*.s[ac]ss}]
indent_style=tab
indent_size=1
indent_size=4
[{ignore.txt,*.csv,m4/*}]
insert_final_newline=false
[*.rb]
indent_style=space
indent_size=2
indent_size=4
[*.sh]
indent_style=tab
indent_size=1
indent_size=4