Skip to content

Commit c7f2b67

Browse files
committed
Add cmake file rules to .editorconfig
1 parent f17df1d commit c7f2b67

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ max_line_length = 80
3838
[{BUILD,*.BUILD,*.bzl,*.bazel,.bazelrc}]
3939
indent_size = 4
4040

41+
[{CMakeLists.txt,*.cmake}]
42+
indent_size = 4
43+
4144
[{*.cc,*.h}]
4245
indent_size = 2
4346

0 commit comments

Comments
 (0)