misc add more rules to .editorconfig

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
This commit is contained in:
tfuxu 2023-03-12 19:53:27 +00:00 committed by GitHub
parent 3ab50c7615
commit e618386de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,11 @@ trim_trailing_whitespace = false
[*.blp]
indent_size = 2
[*.json]
indent_size = 2
[*.yml]
indent_size = 2
[*.xml*]
indent_size = 2