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

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