eis/.vscode/settings.json

226 lines
6.0 KiB
JSON
Raw Normal View History

{
"files.associations": {
"*.log": "log",
"*.tcc": "cpp",
"string": "cpp",
"array": "cpp",
"bitset": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"regex": "cpp",
"utility": "cpp",
"memory_resource": "cpp",
"deque": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"atomic": "cpp",
"strstream": "cpp",
"bit": "cpp",
"chrono": "cpp",
"cinttypes": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"cstdint": "cpp",
"map": "cpp",
"set": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"ostream": "cpp",
"shared_mutex": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"cfenv": "cpp",
"typeinfo": "cpp",
"thread": "cpp",
"any": "cpp",
"typeindex": "cpp",
"variant": "cpp",
"*.h++": "cpp",
"queue": "cpp",
"mutex": "cpp",
"future": "cpp",
"csignal": "cpp",
"codecvt": "cpp",
"*.ipp": "cpp",
"locale": "cpp",
"hash_map": "cpp",
"cassert": "cpp",
"cerrno": "cpp",
"cfloat": "cpp",
"ciso646": "cpp",
"climits": "cpp",
"ios": "cpp",
"stack": "cpp",
"cstdbool": "cpp",
"valarray": "cpp",
"filesystem": "cpp",
"core": "cpp",
"compare": "cpp",
"concepts": "cpp",
"forward_list": "cpp",
"unordered_set": "cpp",
"ranges": "cpp",
"stop_token": "cpp",
"coroutine": "cpp",
"__bit_reference": "cpp",
"__bits": "cpp",
"__config": "cpp",
"__debug": "cpp",
"__errc": "cpp",
"__functional_base": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__node_handle": "cpp",
"__nullptr": "cpp",
"__split_buffer": "cpp",
"__string": "cpp",
"__threading_support": "cpp",
"__tree": "cpp",
"__tuple": "cpp",
"semaphore": "cpp",
"eigen": "cpp",
"__functional_03": "cpp",
"__functional_base_03": "cpp",
"__memory": "cpp",
"csetjmp": "cpp",
"*.autogenerated_defines": "cpp",
"dense": "cpp",
"*.in": "cpp",
"charconv": "cpp",
"cuchar": "cpp",
"numbers": "cpp",
"scoped_allocator": "cpp",
"span": "cpp",
"*.hpp0000": "cpp",
"armadillo": "cpp",
"geometry": "cpp",
"iterativelinearsolvers": "cpp",
"netfwd": "cpp",
"rope": "cpp",
"slist": "cpp",
"source_location": "cpp"
},
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
],
"doxdocgen.file.copyrightTag": [
"Copyright: Baosight Co. Ltd.",
"DO NOT COPY/USE WITHOUT PERMISSION"
],
"doxdocgen.file.fileOrder": [
"file",
"brief",
"author",
"version",
"date",
"empty",
"copyright",
"empty",
"custom"
],
"doxdocgen.generic.order": [
"brief",
"tparam",
"param",
"return"
],
"doxdocgen.generic.paramTemplate": "@param{indent:8}{param}{indent:25}My Param doc",
"doxdocgen.generic.returnTemplate": "@return {type} ",
"doxdocgen.generic.splitCasingSmartText": true,
"cmake.configureOnOpen": false,
"cSpell.words": [
"CRGS",
"ICEI",
"IHDB",
"Plature",
"baosight",
"cmtr",
"fftw",
"ihyper",
"dlib"
],
"cmake.sourceDirectory": "${workspaceFolder}/mix_cc",
"python.formatting.provider": "yapf",
"C_Cpp.default.compilerPath": " /opt/rh/devtoolset-10/root/usr/bin/gcc",
"files.autoGuessEncoding": true,
"C_Cpp.autocompleteAddParentheses": true,
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.clang_format_sortIncludes": false,
"C_Cpp.errorSquiggles": "Disabled",
}