Skip to content

Commit

Permalink
Add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lazywinadmin committed Jul 21, 2018
1 parent c45d1a7 commit a61a974
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,15 @@
{
// The number of spaces a tab is equal to. This setting is overriden
// based on the file contents when `editor.detectIndentation` is true.
"editor.tabSize": 4,
// Insert spaces when pressing Tab. This setting is overriden
// based on the file contents when `editor.detectIndentation` is true.
"editor.insertSpaces": true,
// When opening a file, `editor.tabSize` and `editor.insertSpaces`
// will be detected based on the file contents.
"editor.detectIndentation": false,

"editor.rulers": [
80
]
}

0 comments on commit a61a974

Please sign in to comment.