.editorconfig

This commit is contained in:
Pablo Ferreiro 2025-03-04 23:20:08 +01:00
parent e2c159a8a9
commit 12c2bb26fb
Signed by: ferreiro
GPG Key ID: 41FBCE65B779FA24

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false