mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
18 lines
748 B
JSON
18 lines
748 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": true,
|
|
"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"
|
|
]
|
|
} |