1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00
psalm/.editorconfig
SignpostMarv 07bab52aca adding editorconfig that seems to match the php files (#163)
* adding editorconfig that seems to match the php files

* adding additional check covered by travis

* trailing line
2017-06-26 00:22:05 -04:00

10 lines
151 B
INI

root = true
[*.php]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true