Created
November 24, 2017 09:35
-
-
Save nickcheng/7c2c689670179c12edd61e4477c068c3 to your computer and use it in GitHub Desktop.
VSCode configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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