fix highlights, indents, and tab size for yaml

This commit is contained in:
Kay Simmons
2023-02-07 14:20:23 -08:00
parent de0b136be2
commit fe25994fb3
5 changed files with 34 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ brackets = [
]
auto_indent_using_last_non_empty_line = false
increase_indent_pattern = ":$"
increase_indent_pattern = ":\\s*$"
decrease_indent_pattern = "^\\s*(else|elif|except|finally)\\b.*:"
[overrides.comment]