mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
a4ca74602f
* Remove .travis.yml reference from .gitattributes * Minor refactoring of .svglintrc.js - Remove unused variables - Fix missing semi-colons - Remove unneeded indentation * Prevent error in clean command due to missing files * Fix indentations * Further improvements to Editorconfig and indentation * Format YAML files - Update indentation for array notation - Normalize use of newlines
24 lines
352 B
INI
24 lines
352 B
INI
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
|
|
|
|
[index.html]
|
|
indent_size=4
|