From 892a33e07871b020000fdeadd8fb47b1a4b9ce63 Mon Sep 17 00:00:00 2001 From: seaubot Date: Sun, 30 Jun 2024 01:39:24 +0000 Subject: [PATCH] chore: sync with ecsact_common --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0b3779e..250ffac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,12 @@ root = true [*] end_of_line = lf insert_final_newline = true + +[*.{cc,hh,cpp,hpp}] +# matching .clang-format IndentWidth +indent_size = 2 + +[*.{bzl,bazel}] +# matches output of buildifier +indent_size = 4 +indent_style = space