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