diff --git a/.editorconfig b/.editorconfig index 9df8cbbbf..05007f4e7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -57,6 +57,10 @@ switch_case_indent = true end_of_line = crlf insert_final_newline = false +[*.toml] +indent_size = 2 +indent_style = space + [*.{yaml,yml,[Yy][Mm][Ll],[Yy][Aa][Mm][Ll]}] # YAML indent_size = 2