From cb98933c5095ababb354759560dd319d9b4fd6d1 Mon Sep 17 00:00:00 2001 From: Emil Sadek Date: Thu, 16 Oct 2025 00:35:49 -0700 Subject: [PATCH] Move TOML indent size config (#20905) Co-authored-by: Emil Sadek --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 23a805b49f..125f7f5de9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ indent_style = space insert_final_newline = true indent_size = 2 -[*.{rs,py,pyi}] +[*.{rs,py,pyi,toml}] indent_size = 4 [*.snap] @@ -18,6 +18,3 @@ trim_trailing_whitespace = false [*.md] max_line_length = 100 - -[*.toml] -indent_size = 4 \ No newline at end of file