Revision 25ccd08854998f03d489917cce23a390a2308a6b authored by GeoSot on 04 December 2021, 18:32:35 UTC, committed by GeoSot on 12 May 2022, 11:52:37 UTC
1 parent f5462d4
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