Created
December 26, 2017 08:45
-
-
Save mustafaaloko/a3dabc87eafd495c58ba7c55e6a27c27 to your computer and use it in GitHub Desktop.
My Visual Studio Code Settings
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.tabSize": 4, | |
"workbench.colorTheme": "GitHub Plus", | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.fontFamily": "Operator Mono", | |
"editor.fontSize": 14, | |
"editor.lineHeight": 40, | |
"editor.cursorStyle": "line", | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"python.linting.enabled": false, | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"**/*.pyc": true | |
}, | |
// "emmet.includeLanguages": { | |
// "blade": "html" | |
// }, | |
"emmet.triggerExpansionOnTab": true, | |
"git.enableSmartCommit": true, | |
"cSpell.userWords": [ | |
"laravel", | |
"timestamps" | |
], | |
"workbench.panel.location": "bottom", | |
"cSpell.enabledLanguageIds": [ | |
"latex", | |
"markdown" | |
], | |
"window.zoomLevel": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
привет я зделал вилку и что то изменилось