Compact .editorconfig

This commit is contained in:
Atlas Cove 2023-10-27 15:12:02 +01:00
parent 5d2926dabf
commit 504d65fe7d
1 changed files with 1 additions and 3 deletions

View File

@ -2,16 +2,14 @@ root=true
[*] [*]
charset=utf-8 charset=utf-8
end_of_line=lf end_of_line=lf
indent_size=4
trim_trailing_whitespace=true trim_trailing_whitespace=true
insert_final_newline=true insert_final_newline=true
[{Makefile,*.s[ac]ss}] [{Makefile,*.s[ac]ss}]
indent_style=tab indent_style=tab
indent_size=4
[{ignore.txt,*.csv,m4/*}] [{ignore.txt,*.csv,m4/*}]
insert_final_newline=false insert_final_newline=false
[*.rb] [*.rb]
indent_style=tab indent_style=tab
indent_size=4
[*.sh] [*.sh]
indent_style=tab indent_style=tab
indent_size=4