Created
April 7, 2024 00:51
-
-
Save TurtleP/32cddc1450ef2b55e5e5d44a5048712d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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