From 6840da09106e041df72950355e81c13fd8fb9fe8 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:15:46 +0000 Subject: [PATCH] editorconfig: specify toml settings --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9df8cbbbf..05007f4e7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -57,6 +57,10 @@ switch_case_indent = true end_of_line = crlf insert_final_newline = false +[*.toml] +indent_size = 2 +indent_style = space + [*.{yaml,yml,[Yy][Mm][Ll],[Yy][Aa][Mm][Ll]}] # YAML indent_size = 2