kyledot.net/system/vendor/michelf/php-markdown/.editorconfig
2025-02-10 06:33:08 +09:30

12 lines
191 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
[*.php]
indent_style = tab
insert_final_newline = true