diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 64ab260..d395ba4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,10 +4,12 @@ root = true [*] indent_style = tab tab_width = 2 +indent_size = "tab" end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.yml] +[*.{yml,yaml}] indent_style = space +indent_size = 2 |
