Skip to content

Instantly share code, notes, and snippets.

@nickcheng
Created November 24, 2017 09:35
Show Gist options
  • Save nickcheng/7c2c689670179c12edd61e4477c068c3 to your computer and use it in GitHub Desktop.
Save nickcheng/7c2c689670179c12edd61e4477c068c3 to your computer and use it in GitHub Desktop.
VSCode configuration.
{
"editor.fontFamily": "Iosevka-Light",
"editor.fontSize": 14,
"[markdown]": {
"editor.lineHeight": 25
},
"files.associations": {
"*.podspec": "ruby"
},
// "editor.tokenColorCustomizations": {
// "textMateRules":[
// {
// "scope": "meta.embedded",
// "settings": {
// "foreground": "#ff0000"
// }
// }
// ]
// }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment