Set two-space indent for *.vader in .editorconfig (#4849)

Will be useful for those who use an EditorConfig plugin.
This commit is contained in:
Dmitri Vereshchagin 2024-10-31 15:28:44 +03:00 committed by GitHub
parent 9854e19fa9
commit d82d968f8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.vader]
indent_style = space
indent_size = 2