Revision aadfe7edce1a7ad3fa102eccb4d561466de9cb9b authored by Julien Déramond on 23 March 2023, 12:31:24 UTC, committed by GitHub on 23 March 2023, 12:31:24 UTC
1 parent 99867eb
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