Skip to content

Instantly share code, notes, and snippets.

@dizy64
Last active February 13, 2018 05:56
Show Gist options
  • Save dizy64/6b01f828252910a4cc352460f8b5cc9f to your computer and use it in GitHub Desktop.
Save dizy64/6b01f828252910a4cc352460f8b5cc9f to your computer and use it in GitHub Desktop.
My VSCODE config file
{
"editor.fontFamily": "D2Coding",
"editor.fontSize": 18,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"workbench.colorTheme": "Material Theme",
"editor.insertSpaces": true,
// git commit message 50, 72 rule
// git config --global core.editor "code --wait"
"[git-commit]": {
"editor.rulers": [
50,
72
]
},
"[html]": {
"editor.tabSize": 2
},
"[ruby]": {
"editor.tabSize": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment