diff options
Diffstat (limited to '')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 349051c..17a55fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ indent_size = 8 [*.{sv,svh,v,vh}] indent_style = space indent_size = 2 + +[*.{yaml,yml}] +indent_style = space +indent_size = 2 |