2019-04-17 12:59:44 +03:00
|
|
|
root=true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset=utf-8
|
2021-01-15 23:47:00 +03:00
|
|
|
indent_size=2
|
|
|
|
indent_style=space
|
2019-04-17 12:59:44 +03:00
|
|
|
insert_final_newline=true
|
2021-01-15 23:47:00 +03:00
|
|
|
trim_trailing_whitespace=true
|
2019-04-17 12:59:44 +03:00
|
|
|
|
2021-01-15 23:47:00 +03:00
|
|
|
[*.md]
|
2019-04-17 12:59:44 +03:00
|
|
|
indent_size=unset
|
|
|
|
|
2019-04-23 01:41:13 +03:00
|
|
|
[*.svg]
|
|
|
|
insert_final_newline=false
|
|
|
|
|
2019-04-17 12:59:44 +03:00
|
|
|
[.github/**/*.md]
|
|
|
|
trim_trailing_whitespace=false # Templates with trailing whitespace are more usable
|
|
|
|
|
|
|
|
[_data/simple-icons.json]
|
|
|
|
indent_size=4
|