Skip to content

Instantly share code, notes, and snippets.

@cemkoker
Last active November 15, 2021 16:49
Show Gist options
  • Save cemkoker/d23495a20f44c36d61a63b335c185103 to your computer and use it in GitHub Desktop.
Save cemkoker/d23495a20f44c36d61a63b335c185103 to your computer and use it in GitHub Desktop.
Settings.json for Unity
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,
}
{
"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