Skip to content

Instantly share code, notes, and snippets.

@fatihtoprak
Created January 19, 2018 22:03
Show Gist options
  • Select an option

  • Save fatihtoprak/da55835c38c45596ce88a18911b32faf to your computer and use it in GitHub Desktop.

Select an option

Save fatihtoprak/da55835c38c45596ce88a18911b32faf to your computer and use it in GitHub Desktop.
{
"team.showWelcomeMessage": false,
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.fontSize": 16.3,
"editor.tabSize": 2,
"git.enableSmartCommit": true,
"workbench.colorTheme": "itg dark",
"git.autofetch": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.minimap.enabled": false,
"terminal.integrated.fontSize": 16,
"workbench.sideBar.location": "left",
"editor.wordWrap": "on",
"files.autoSave": "onFocusChange",
"editor.cursorStyle": "block",
"editor.lineHeight": 24,
"stylelint.enable": true,
"css.validate": false,
"scss.validate": false,
"less.compile": {
"compress": true, // true => remove surplus whitespace
"sourceMap": true, // true => generate source maps (.css.map files)
"out": true, // false => DON'T output .css files (overridable per-file, see below)
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment