mirror of
https://github.com/Fennix-Project/Lynx.git
synced 2025-05-25 22:14:44 +00:00
19 lines
795 B
JSON
19 lines
795 B
JSON
{
|
|
"C_Cpp.errorSquiggles": "Enabled",
|
|
"C_Cpp.autocompleteAddParentheses": true,
|
|
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
|
|
"C_Cpp.clang_format_style": "Visual Studio",
|
|
"C_Cpp.default.intelliSenseMode": "gcc-x64",
|
|
"C_Cpp.default.cStandard": "c17",
|
|
"C_Cpp.default.cppStandard": "c++20",
|
|
"C_Cpp.intelliSenseMemoryLimit": 16384,
|
|
"editor.smoothScrolling": true,
|
|
"editor.cursorSmoothCaretAnimation": "on",
|
|
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
|
|
"clang-analyzer-security.insecureAPI.strcpy",
|
|
"clang-diagnostic-unknown-warning-option",
|
|
"clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling",
|
|
"clang-diagnostic-implicit-exception-spec-mismatch",
|
|
"clang-diagnostic-unknown-attributes"
|
|
]
|
|
} |