Update .editorconfig

This commit is contained in:
Alexandre
2025-06-10 10:08:10 +02:00
committed by GitHub
parent 77532a997a
commit 28d2d9a220

View File

@@ -1,7 +1,11 @@
# Top-most EditorConfig file
root = true
# 2 spaces for shell scripts
[*.sh]
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false