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