Revision 4f8ec5db0257895613d8c5564c565fd97ce3f7eb authored by Julien Déramond on 13 October 2023, 13:50:27 UTC, committed by Julien Déramond on 13 October 2023, 13:50:27 UTC
1 parent ecab154
Raw File
.editorconfig
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
back to top