mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46:29 +00:00
99db1bda78
* Add editorconfig In order to avoid EOL, indents and all that stuff across IDE's, having an editorconfig solves it * Fix some changes
13 lines
No EOL
210 B
INI
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 |