Browse Source

update zlinuxcomponents and .clang-format

master
zhaohe 2 years ago
parent
commit
9e308d88f9
  1. 4
      .clang-format
  2. 9
      .vscode/settings.json
  3. 2
      dep/zlinuxcomponents

4
.clang-format

@ -3,3 +3,7 @@
Language: Cpp Language: Cpp
BasedOnStyle: Google BasedOnStyle: Google
ColumnLimit: 120 ColumnLimit: 120
AlignConsecutiveMacros: true
AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: true
AlignOperands: true

9
.vscode/settings.json

@ -87,6 +87,13 @@
"__hash_table": "cpp", "__hash_table": "cpp",
"__tree": "cpp", "__tree": "cpp",
"__tuple": "cpp", "__tuple": "cpp",
"*.ipp": "cpp"
"*.ipp": "cpp",
"complex": "cpp",
"csetjmp": "cpp",
"cuchar": "cpp",
"unordered_set": "cpp",
"rope": "cpp",
"slist": "cpp",
"scoped_allocator": "cpp"
} }
} }

2
dep/zlinuxcomponents

@ -1 +1 @@
Subproject commit 4709e454d71e4656d92f2badcd17ddb5de668265
Subproject commit 2604db75b02ebc504929abc2027afebe4ca647b8
Loading…
Cancel
Save