Files
sugar-cube-client/.editorconfig
2023-05-18 22:27:59 -06:00

15 lines
231 B
INI

# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false