Extend editorconfig

This commit is contained in:
Andreas Zweili 2023-12-04 09:09:59 +01:00
parent bb80ff5a7b
commit de34f09218
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.sh]
indent_style = space
indent_size = 4
@ -5,3 +11,7 @@ indent_size = 4
[.envrc]
indent_style = space
indent_size = 4
[scripts/*]
indent_style = space
indent_size = 4