Override indent size for some file types
This commit is contained in:
parent
1963c2e1d7
commit
bf5f703458
|
@ -15,3 +15,15 @@ indent_style = space
|
||||||
# Markdown customizations
|
# Markdown customizations
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[docker-compose.yaml,Dockerfile]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.pcss]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[{postcss,tailwind,webpack}.config.js]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[tools/tailwindcss/**/*.js]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue