94189a72c3
* refactor(deps): added tslint, cleanup, and activationEvents modified * refactor(lint): linting... * refactor(changelog): changelo method refactor (should be tested) * refactor(theme-icons): linting and small refactor * refactor(accents-setter): linting and small refactor * chore(travis): added travis file
30 lines
No EOL
680 B
JSON
30 lines
No EOL
680 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
".git-crypt": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.js": {
|
|
"when": "$(basename).ts"
|
|
},
|
|
"**/*.js.map": true
|
|
},
|
|
"files.associations": {
|
|
"*.template": "json"
|
|
},
|
|
"html.format.preserveNewLines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"[markdown]": {
|
|
"diffEditor.ignoreTrimWhitespace": false,
|
|
"editor.tabSize": 4,
|
|
"editor.wordWrap": "on",
|
|
"editor.quickSuggestions": false
|
|
},
|
|
"gulp.autoDetect": "off",
|
|
"npm.autoDetect": "off"
|
|
} |