all-contributors-cli/.editorconfig
Alex Jover 99db1bda78 Feature/add editorconfig (#36)
* Add editorconfig

In order to avoid EOL, indents and all that stuff across IDE's, having an editorconfig solves it

* Fix some changes
2017-03-28 11:03:40 +02:00

13 lines
No EOL
210 B
INI

#root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
indent_size = 2
[*.md]
trim_trailing_whitespace = false