Revision 8321397656762cf2007bcf028de1b938ce58b058 authored by Julien Déramond on 25 June 2023, 18:36:55 UTC, committed by GitHub on 25 June 2023, 18:36:55 UTC
1 parent e946bf7
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