Created
September 1, 2017 21:36
-
-
Save nateluzod/cbc39bcedd30e0341258757bdd1c09fa to your computer and use it in GitHub Desktop.
VS Code Settings
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.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