1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
simple-icons/.editorconfig

21 lines
324 B
INI
Raw Permalink Normal View History

root=true
[*]
charset=utf-8
indent_size=2
indent_style=space
insert_final_newline=true
trim_trailing_whitespace=true
[*.md]
indent_size=unset
[*.svg]
insert_final_newline=false
[.github/**/*.md]
trim_trailing_whitespace=false # Templates with trailing whitespace are more usable
[_data/simple-icons.json]
indent_size=4