mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-26 01:00:27 +02:00
579d439e60
* Add editorconfig-checker and .editorconfig * Fix wslint errors
22 lines
348 B
INI
22 lines
348 B
INI
root=true
|
|
|
|
[*]
|
|
charset=utf-8
|
|
insert_final_newline=true
|
|
|
|
[LICENSE.md]
|
|
indent_size=unset
|
|
indent_style=space
|
|
|
|
[*.{json,yml}]
|
|
indent_size=2
|
|
indent_style=space
|
|
|
|
[.github/**/*.md]
|
|
trim_trailing_whitespace=false # Templates with trailing whitespace are more usable
|
|
|
|
[_data/simple-icons.json]
|
|
indent_style=space
|
|
indent_size=4
|
|
trim_trailing_whitespace=true
|