feat: set intent_size for *.blp to 2 spaces, to match a majority of *.blp files

This commit is contained in:
tfuxu 2022-10-01 18:33:13 +02:00
parent 5a440063c1
commit c5592ebada

View file

@ -15,5 +15,8 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.blp]
indent_size = 2
[*.yml]
indent_size = 2