Override indent size for some file types

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 1963c2e1d7
commit bf5f703458

View file

@ -15,3 +15,15 @@ indent_style = space
# Markdown customizations
[*.md]
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