Browse Source

添加vscode格式化文件

master
tianjialong 2 years ago
parent
commit
4ce6d3d14a
  1. 9
      .clang-format

9
.clang-format

@ -0,0 +1,9 @@
# Defines the Chromium style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120
AlignConsecutiveMacros: true
AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: true
AlignOperands: true
Loading…
Cancel
Save