aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/.editorconfig
blob: 179d40c91ae94b225c6c21adffa1296e12b351d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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