DiplomGenerator/.editorconfig
2023-10-16 15:07:43 +00:00

13 lines
222 B
INI

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