4 changed files with 106 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||
# Defines the Chromium style for automatic reformatting. |
|||
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html |
|||
Language: Cpp |
|||
BasedOnStyle: Google |
|||
ColumnLimit: 120 |
@ -0,0 +1,96 @@ |
|||
{ |
|||
"files.associations": { |
|||
"vector": "cpp", |
|||
"*.def": "cpp", |
|||
"valarray": "cpp", |
|||
"array": "cpp", |
|||
"atomic": "cpp", |
|||
"*.tcc": "cpp", |
|||
"bitset": "cpp", |
|||
"cctype": "cpp", |
|||
"cfenv": "cpp", |
|||
"chrono": "cpp", |
|||
"cinttypes": "cpp", |
|||
"clocale": "cpp", |
|||
"cmath": "cpp", |
|||
"codecvt": "cpp", |
|||
"complex": "cpp", |
|||
"condition_variable": "cpp", |
|||
"csetjmp": "cpp", |
|||
"csignal": "cpp", |
|||
"cstdarg": "cpp", |
|||
"cstddef": "cpp", |
|||
"cstdint": "cpp", |
|||
"cstdio": "cpp", |
|||
"cstdlib": "cpp", |
|||
"cstring": "cpp", |
|||
"ctime": "cpp", |
|||
"cuchar": "cpp", |
|||
"cwchar": "cpp", |
|||
"cwctype": "cpp", |
|||
"deque": "cpp", |
|||
"forward_list": "cpp", |
|||
"list": "cpp", |
|||
"unordered_map": "cpp", |
|||
"unordered_set": "cpp", |
|||
"exception": "cpp", |
|||
"algorithm": "cpp", |
|||
"any": "cpp", |
|||
"filesystem": "cpp", |
|||
"functional": "cpp", |
|||
"iterator": "cpp", |
|||
"map": "cpp", |
|||
"memory": "cpp", |
|||
"memory_resource": "cpp", |
|||
"numeric": "cpp", |
|||
"optional": "cpp", |
|||
"random": "cpp", |
|||
"ratio": "cpp", |
|||
"regex": "cpp", |
|||
"set": "cpp", |
|||
"string": "cpp", |
|||
"string_view": "cpp", |
|||
"system_error": "cpp", |
|||
"tuple": "cpp", |
|||
"type_traits": "cpp", |
|||
"utility": "cpp", |
|||
"rope": "cpp", |
|||
"slist": "cpp", |
|||
"fstream": "cpp", |
|||
"future": "cpp", |
|||
"initializer_list": "cpp", |
|||
"iomanip": "cpp", |
|||
"iosfwd": "cpp", |
|||
"iostream": "cpp", |
|||
"istream": "cpp", |
|||
"limits": "cpp", |
|||
"mutex": "cpp", |
|||
"new": "cpp", |
|||
"ostream": "cpp", |
|||
"scoped_allocator": "cpp", |
|||
"shared_mutex": "cpp", |
|||
"sstream": "cpp", |
|||
"stdexcept": "cpp", |
|||
"streambuf": "cpp", |
|||
"thread": "cpp", |
|||
"typeindex": "cpp", |
|||
"typeinfo": "cpp", |
|||
"barrier": "cpp", |
|||
"bit": "cpp", |
|||
"charconv": "cpp", |
|||
"compare": "cpp", |
|||
"concepts": "cpp", |
|||
"coroutine": "cpp", |
|||
"source_location": "cpp", |
|||
"latch": "cpp", |
|||
"numbers": "cpp", |
|||
"ranges": "cpp", |
|||
"semaphore": "cpp", |
|||
"span": "cpp", |
|||
"stop_token": "cpp", |
|||
"syncstream": "cpp", |
|||
"variant": "cpp", |
|||
"__nullptr": "cpp", |
|||
"__config": "cpp" |
|||
} |
|||
} |
@ -1 +1 @@ |
|||
Subproject commit 7170463d241615237c25819cb04607917e11bc35 |
|||
Subproject commit 8276eeb2d83cbbcc513c84adbb0dc5e7e53de1b4 |
Write
Preview
Loading…
Cancel
Save
Reference in new issue