Minor indentation config tweaks

This commit is contained in:
Djamil Legato 2021-08-18 09:31:09 -07:00
parent de3aa16aca
commit 794237bf30
No known key found for this signature in database
GPG Key ID: A44158E0E04E7A37

View File

@ -13,5 +13,5 @@ indent_size = 4
trim_trailing_whitespace = true
# 2 space indentation
[*.{yaml,yml}]
[*.{yaml,yml,vue,js,css}]
indent_size = 2