Revision 427d2b27daa01e34c993d9db0e9930fbd27db38f authored by Ben Hong on 08 May 2024, 20:54:28 UTC, committed by Ben Hong on 08 May 2024, 20:54:28 UTC
1 parent fb54863
Raw File
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top