Skip to content

Instantly share code, notes, and snippets.

@klummy
Last active April 6, 2018 08:47
Show Gist options
  • Save klummy/90c4c932b90e1afacc0c7fd3a496a618 to your computer and use it in GitHub Desktop.
Save klummy/90c4c932b90e1afacc0c7fd3a496a618 to your computer and use it in GitHub Desktop.
{
"stylelint.enable": true,
"css.validate": false,
"scss.validate": false
}
{
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"editor.wordWrap": "on",
"editor.trimAutoWhitespace": true,
"editor.fontFamily": "'Operator Mono', 'Fira Code'",
"editor.fontLigatures": true,
"editor.links": false,
"editor.fontSize": 13,
"editor.snippetSuggestions": "top",
"files.autoSave": "onFocusChange",
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
},
],
// "eslint.options": {
// "plugins": ["vue"]
// },
"jscs.enable": false,
"jshint.enable": false,
"javascript.validate.enable": true,
"git.enableSmartCommit": true,
"window.zoomLevel": 0,
// "workbench.colorTheme": "Atom One Dark",
// "flow.useNPMPackagedFlow": true,
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "One Dark Pro Vivid",
"gitlens.keymap": "alternate",
"dart.flutterSdkPath": "/Users/yekeen/Tools/flutter"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment