Skip to content

Instantly share code, notes, and snippets.

@TurtleP
Created April 7, 2024 00:51
Show Gist options
  • Save TurtleP/32cddc1450ef2b55e5e5d44a5048712d to your computer and use it in GitHub Desktop.
Save TurtleP/32cddc1450ef2b55e5e5d44a5048712d to your computer and use it in GitHub Desktop.
{
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "underline",
"window.zoomLevel": 2,
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace",
"workbench.iconTheme": "material-icon-theme",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"git.openRepositoryInParentFolders": "never",
"terminal.integrated.cursorStyle": "underline",
"editor.fontLigatures": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"editor.renderWhitespace": "all",
"git.autofetch": true,
"C_Cpp.inlayHints.autoDeclarationTypes.enabled": true,
"C_Cpp.inlayHints.autoDeclarationTypes.showOnLeft": true,
"C_Cpp.inlayHints.parameterNames.enabled": true,
"C_Cpp.inlayHints.referenceOperator.enabled": true,
"extensions.ignoreRecommendations": true,
"editor.inlayHints.enabled": "off",
"workbench.startupEditor": "none",
"workbench.colorTheme": "Material Theme Darker High Contrast",
"todohighlight.isEnable": false,
"githubPullRequests.createOnPublishBranch": "never",
"inlineChat.showDiff": false,
"editor.scrollBeyondLastLine": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"githubPullRequests.pullBranch": "never",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment