mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-02-14 02:00:11 +02:00
22 lines
330 B
INI
22 lines
330 B
INI
root=true
|
|
|
|
[*]
|
|
charset=utf-8
|
|
indent_size=2
|
|
indent_style=tab
|
|
insert_final_newline=true
|
|
trim_trailing_whitespace=true
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size=unset
|
|
|
|
[*.svg]
|
|
insert_final_newline=false
|
|
|
|
[*.yml]
|
|
indent_style=space
|
|
|
|
[.github/**/*.md]
|
|
trim_trailing_whitespace=false # Templates with trailing whitespace are more usable
|