Aer/.vscode/settings.json
BigDave 7dcf01fdf6
Set current dir at runtime
Maybe later we could have an option for this
2018-07-17 19:44:41 +01:00

46 lines
1.4 KiB
JSON

{
"files.autoSave": "afterDelay",
"editor.renderWhitespace": "none",
"editor.multiCursorModifier": "alt",
"editor.insertSpaces": false,
"editor.wordWrap": "off",
"editor.accessibilitySupport": "auto",
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.detectIndentation": false,
"editor.foldingStrategy": "auto",
"scm.alwaysShowProviders": true,
"scm.diffDecorations": "all",
"workbench.colorTheme": "Default Dark+",
"workbench.startupEditor": "welcomePage",
"files.defaultLanguage": "C",
"files.eol": "\n",
"files.maxMemoryForLargeFilesMB": 8192,
"explorer.autoReveal": true,
"update.channel": "default",
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": true,
"html.format.indentInnerHtml": true,
"html.trace.server": "verbose",
"json.trace.server": "verbose",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"git.enableCommitSigning": true,
"C_Cpp.clang_format_fallbackStyle": "Visual Studio",
"C_Cpp.clang_format_style": "Visual Studio",
"C_Cpp.errorSquiggles": "Enabled",
"C_Cpp.formatting": "Default",
"C_Cpp.loggingLevel": "Debug",
"cSpell.allowCompoundWords": true,
"cSpell.language": "en,en-GB,en-US",
"cSpell.userWords": [
"belliash",
"codingworkshop",
],
"files.associations": {
"ph7int.h": "c",
"ph7.h": "c",
"stdlib.h": "c",
"direct.h": "c"
}
}