mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
22 lines
738 B
JSON
22 lines
738 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",
|
|
"files.watcherExclude": {
|
|
"**/tools/binutils-gdb/**": true,
|
|
"**/tools/gcc/**": true,
|
|
"**/tools/limine/**": true,
|
|
"**/tools/qemu/**": true,
|
|
"**/tools/cross/**": true,
|
|
"**/doxygen-doc/**": true,
|
|
},
|
|
"cmake.ignoreCMakeListsMissing": true
|
|
}
|