Skip to content

Commit 0c53919

Browse files
seaubotzaucy
andauthored
chore: sync with ecsact_common (#206)
Co-authored-by: seaubot <[email protected]> Co-authored-by: Ezekiel Warren <[email protected]>
1 parent 8dba3e8 commit 0c53919

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.0
1+
7.3.0

.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 = space

codegen_plugin.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ _generated_src = """
4747
#include "ecsact/codegen/plugin.h"
4848
4949
const char* ecsact_codegen_plugin_name() {{
50-
return "{output_extension}";
50+
return "{output_extension}";
5151
}}
5252
"""
5353

@@ -73,7 +73,7 @@ def cc_ecsact_codegen_plugin(name = None, srcs = [], deps = [], defines = [], no
7373
"""Create ecsact codegen plugin with C++
7474
7575
NOTE: ecsact_codegen_plugin_name() is automatically generated for you based
76-
on the `output_extension` attribute.
76+
on the `output_extension` attribute.
7777
7878
Args:
7979
name: Passed to underling cc_binary

0 commit comments

Comments
 (0)