Skip to content

Commit e956987

Browse files
committed
feat: add cpp settings
1 parent 81687b6 commit e956987

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ indent_style = tab
4141
[*.cs]
4242
# Default
4343

44+
[*.{c,cpp,h,hpp}]
45+
# To configure their rules, use clang-format
46+
indent_style = unset
47+
indent_size = unset
48+
4449
[*.{js,jsx,ts,tsx,css,scss,vue}]
4550
# To configure their rules, use ESLint / Prettier
4651
insert_final_newline = unset

0 commit comments

Comments
 (0)