1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-15 01:28:34 +02:00
simple-icons/.editorconfig

22 lines
330 B
INI
Raw Permalink Normal View History

root=true
[*]
charset=utf-8
indent_size=2
2024-12-21 16:49:25 +02:00
indent_style=tab
insert_final_newline=true
trim_trailing_whitespace=true
[*.md]
2024-12-21 16:49:25 +02:00
indent_style = space
indent_size=unset
[*.svg]
insert_final_newline=false
2024-12-21 16:49:25 +02:00
[*.yml]
indent_style=space
[.github/**/*.md]
trim_trailing_whitespace=false # Templates with trailing whitespace are more usable