streams/vendor/michelf/php-markdown/.editorconfig
2019-12-04 16:46:07 +11:00

11 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