Revision 52cc9342cb5df6b13ea421deb75477a73419745b authored by Julien Déramond on 05 February 2024, 20:39:38 UTC, committed by Mark Otto on 06 February 2024, 04:13:23 UTC
1 parent b75f637
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