Last active
November 15, 2021 16:49
-
-
Save cemkoker/d23495a20f44c36d61a63b335c185103 to your computer and use it in GitHub Desktop.
Settings.json for Unity
This file contains 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
V2 Lighter | |
{ | |
"workbench.colorTheme": "Default Dark+", | |
"workbench.startupEditor": "none", | |
"git.ignoreMissingGitWarning": true, | |
"omnisharp.useGlobalMono": "always", | |
"git.ignoreLegacyWarning": true, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"workbench.tree.indent": 20, | |
"editor.codeLens": false, | |
} |
This file contains 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
{ | |
"security.workspace.trust.untrustedFiles": "open", | |
"[csharp]": { | |
"editor.defaultFormatter": "ms-dotnettools.csharp" | |
}, | |
"git.ignoreLegacyWarning": true, | |
"workbench.editor.untitled.hint": "hidden", | |
"[html]": { | |
"editor.defaultFormatter": "vscode.html-language-features" | |
}, | |
"omnisharp.useGlobalMono": "always", | |
"explorer.confirmDelete": false, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.tree.indent": 20, | |
"workbench.colorTheme": "Sublime Material Theme - Dark", | |
"editor.codeLens": false, | |
"csharp.suppressDotnetInstallWarning": true, | |
"editor.rulers": [ | |
200 | |
], | |
"omnisharp.useEditorFormattingSettings": false, | |
"editor.wordWrapColumn": 280, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment