From 34f03a3f3a82bd24ab429e1cef6970e4b21fae83 Mon Sep 17 00:00:00 2001 From: mhucka Date: Thu, 26 Mar 2026 21:11:16 +0000 Subject: [PATCH 1/2] Add entry for Dockerfiles to `.editorconfig` --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7b8470b10..17a5d0363 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,6 +34,9 @@ indent_size = 4 [{*.cc,*.h}] indent_size = 2 +[Dockerfile] +indent_size = 4 + [*.json] indent_size = 2 From 6bbb111d80068a7c28c4066a4b075e92e8773980 Mon Sep 17 00:00:00 2001 From: mhucka Date: Thu, 26 Mar 2026 21:13:59 +0000 Subject: [PATCH 2/2] Put in sorted order --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 17a5d0363..c694badba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,12 +31,12 @@ max_line_length = 80 [{BUILD,*.BUILD,*.bzl,*.bazel,.bazelrc,WORKSPACE}] indent_size = 4 -[{*.cc,*.h}] -indent_size = 2 - [Dockerfile] indent_size = 4 +[{*.cc,*.h}] +indent_size = 2 + [*.json] indent_size = 2