diff --git a/.editorconfig b/.editorconfig index d74549fe2ac..71e2300a62e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,10 @@ trim_trailing_whitespace = true # Two-space indentation indent_size = 2 +[*.toml] +# Two-space indentation +indent_size = 2 + # Tab indentation (no size specified) [Makefile] indent_style = tab