Skip to content

Commit b194a06

Browse files
committed
refactor: update cpp project
1 parent 82882e8 commit b194a06

35 files changed

+539
-16
lines changed
File renamed without changes.

.editorconfig renamed to coding-test-cpp-practice/.editorconfig

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# Visual Studio generated .editorconfig file with C++ settings.
1+
# EditorConfig file with C++ settings
2+
23
root = true
34

45
[*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}]
5-
6-
# Visual C++ Code Style settings
7-
86
cpp_generate_documentation_comments = doxygen_slash_star
9-
10-
# Visual C++ Formatting settings
11-
127
cpp_indent_braces = false
138
cpp_indent_multi_line_relative_to = innermost_parenthesis
149
cpp_indent_within_parentheses = indent

0 commit comments

Comments
 (0)