From 09c96c196c4bb04f695c4325c6d702cccb992b50 Mon Sep 17 00:00:00 2001 From: "Daniel J. Beutel" Date: Thu, 19 Sep 2024 10:40:58 +0200 Subject: [PATCH] fix(*:skip) Update .editorconfig (#4238) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.editorconfig b/.editorconfig index 321808ebaecf..103fe51237c8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,14 @@ profile = black indent_style = space indent_size = 2 +[*.md] +indent_style = space +indent_size = 2 + [*.yml] indent_style = space indent_size = 2 + +[*.toml] +indent_style = space +indent_size = 4