Skip to content

Instantly share code, notes, and snippets.

@mustafaaloko
Created December 26, 2017 08:45
Show Gist options
  • Save mustafaaloko/a3dabc87eafd495c58ba7c55e6a27c27 to your computer and use it in GitHub Desktop.
Save mustafaaloko/a3dabc87eafd495c58ba7c55e6a27c27 to your computer and use it in GitHub Desktop.
My Visual Studio Code Settings
// 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
}
@myNvOvka
Copy link

привет я зделал вилку и что то изменилось

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment