Created
January 19, 2018 22:03
-
-
Save fatihtoprak/da55835c38c45596ce88a18911b32faf to your computer and use it in GitHub Desktop.
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
| { | |
| "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