Skip to content

Commit 64260bf

Browse files
committed
chore: sync with ecsact_common
1 parent 4d596c3 commit 64260bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ root = true
33
[*]
44
end_of_line = lf
55
insert_final_newline = true
6+
7+
[*.{cc,hh,cpp,hpp}]
8+
# matching .clang-format IndentWidth
9+
indent_size = 2
10+
11+
[*.{bzl,bazel}]
12+
# matches output of buildifier
13+
indent_size = 4
14+
indent_style = spaces

0 commit comments

Comments
 (0)