Revision 45c62bddcc0841948fb9bb64f73b5d3990be8e40 authored by GeoSot on 02 March 2022, 22:55:27 UTC, committed by GeoSot on 23 November 2022, 22:37:07 UTC
1 parent e428013
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