Refactor .editorconfig

This commit is contained in:
Titus Wormer 2025-01-22 15:59:02 +01:00
parent 6fe12e7771
commit 9f8e165510
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -1,9 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true