From bffdce9c4ed734cd928aeb536c6b1c290687de30 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 15 Jun 2026 12:14:11 +0300 Subject: [PATCH] Add `.toml` to `.editorconfig` (GH-151481) (cherry picked from commit 7a70afa199a9bdd5bf65b2b396b9fa76c8842ac2) Co-authored-by: sobolevn --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 222bc76aca8648a..d2801b8c8b60f8b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,11 @@ root = true -[*.{py,c,cpp,h,js,rst,md,yml,yaml,gram}] +[*.{py,c,cpp,h,js,rst,md,yml,yaml,toml,gram}] trim_trailing_whitespace = true insert_final_newline = true indent_style = space -[*.{py,c,cpp,h,gram}] +[*.{py,c,cpp,h,toml,gram}] indent_size = 4 [*.rst]