Add .sh to .editorconfig

This commit is contained in:
Sven van Heugten 2026-02-22 06:33:09 +01:00
parent fa2eef0078
commit e77a4ee485
No known key found for this signature in database
GPG key ID: D612F88666F4F660

View file

@ -7,5 +7,9 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.sh]
indent_size = 2
[*.nix]
indent_size = 2