From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:42:09 +0000 (+0200) Subject: [3.15] Add `.toml` to `.editorconfig` (GH-151481) (#151491) X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cc91b26ce1a0991cf68fcc1678424a2b787eae50;p=thirdparty%2FPython%2Fcpython.git [3.15] Add `.toml` to `.editorconfig` (GH-151481) (#151491) Add `.toml` to `.editorconfig` (GH-151481) (cherry picked from commit 7a70afa199a9bdd5bf65b2b396b9fa76c8842ac2) Co-authored-by: sobolevn --- diff --git a/.editorconfig b/.editorconfig index 25bc5935258b..ab1f7ce84257 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]