From c57f46ce7f116f938ea4a94e557fd770e6057a9f Mon Sep 17 00:00:00 2001 From: seaubot Date: Sun, 30 Jun 2024 01:39:16 +0000 Subject: [PATCH] chore: sync with ecsact_common --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0b3779e5..250ffac3 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