Created
June 23, 2019 05:40
-
-
Save takeshy/b38f31613802d724fe6e8bf5b3863b32 to your computer and use it in GitHub Desktop.
settings json for vs code
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
{ | |
"editor.minimap.enabled": false, | |
"editor.formatOnSave": true, | |
"tslint.alwaysShowRuleFailuresAsWarnings": true, | |
"window.zoomLevel": 2, | |
"explorer.confirmDelete": false, | |
"files.trimTrailingWhitespace": true, | |
"files.eol": "\n", | |
"typescript.updateImportsOnFileMove.enabled": "always" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment