Skip to content

Instantly share code, notes, and snippets.

@nateluzod
Created September 1, 2017 21:36
Show Gist options
  • Save nateluzod/cbc39bcedd30e0341258757bdd1c09fa to your computer and use it in GitHub Desktop.
Save nateluzod/cbc39bcedd30e0341258757bdd1c09fa to your computer and use it in GitHub Desktop.
VS Code Settings
{
"editor.fontSize": 16,
"editor.lineHeight": 36,
"editor.showFoldingControls": "always",
"git.enableSmartCommit": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.lineHeight": 2,
"workbench.iconTheme": "easy-icons",
"workbench.colorTheme": "Atom One Dark",
"window.zoomLevel": 0,
"editor.tabCompletion": true,
"editor.quickSuggestions": true,
"editor.acceptSuggestionOnEnter": true,
"editor.quickSuggestionsDelay": 10,
"editor.wordBasedSuggestions": true,
"editor.parameterHints": true,
"rust.mode": "legacy",
"[scss]": {
"editor.tabSize": 2,
},
"[twig]": {
"editor.tabSize": 4,
},
"[javascript]": {
"editor.tabSize": 2,
},
"[php]": {
"editor.tabSize": 4,
},
"[feature]": {
"editor.tabSize": 2,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment