Revision 957c1dd6eaacc7a8b17a68ecb78b3134d449b5c1 authored by Florian Lacreuse on 03 February 2022, 09:43:11 UTC, committed by GeoSot on 03 February 2022, 16:20:47 UTC
1 parent a5483a8
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