mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-30 03:22:30 +01:00
14 lines
218 B
INI
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
|