mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
07bab52aca
* adding editorconfig that seems to match the php files * adding additional check covered by travis * trailing line
10 lines
151 B
INI
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
|