Skip to content

Instantly share code, notes, and snippets.

@naku-i386
Last active September 3, 2018 10:34
Show Gist options
  • Save naku-i386/c205c309d70b333284198f5dd37b634b to your computer and use it in GitHub Desktop.
Save naku-i386/c205c309d70b333284198f5dd37b634b to your computer and use it in GitHub Desktop.
VSCode preferences - Format on save, tabs, trim whitespace, final newline
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.tabSize": 2,
"editor.trimAutoWhitespace": true,
"editor.formatOnSave": true,
"files.autoSave": "off",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"editor.acceptSuggestionOnEnter": "off",
"editor.acceptSuggestionOnCommitCharacter": false,
"search.location": "panel"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment