Files
sugar-cube-client/.editorconfig
2020-02-25 12:32:37 -07:00

14 lines
218 B
INI

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