Skip to content

Instantly share code, notes, and snippets.

@piruin
Created May 8, 2018 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piruin/35cd0dea30bf92da85d1d4544eeece59 to your computer and use it in GitHub Desktop.
Save piruin/35cd0dea30bf92da85d1d4544eeece59 to your computer and use it in GitHub Desktop.
VS Code's user setting of mine
{
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.fontSize": 16,
"files.insertFinalNewline": true,
"workbench.colorTheme": "Default Light+",
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.fontSize": 14
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment