mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 18:19:40 +00:00
18 lines
230 B
INI
18 lines
230 B
INI
|
root = true
|
||
|
|
||
|
[*.{html}]
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
|
||
|
[*.{css,scss,sass}]
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
|
||
|
[*.{json,yaml,toml}]
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
|
||
|
[*.{adoc,md}]
|
||
|
indent_size = 4
|
||
|
indent_style = space
|