Last active
September 24, 2017 21:54
-
-
Save lewislepton/e61202e48326de4f1ab0 to your computer and use it in GitHub Desktop.
my settings for Kode Stuido
This file contains 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
// /CUSTOM SETTING SINCE KODE STUDIO IS MY BITCH | |
{ | |
"editor.tabSize": 2, | |
"editor.fontSize": 16, | |
"editor.minimap.enabled": false, | |
"editor.wordWrap": "on", | |
"workbench.colorTheme": "Lestle", | |
"kha.khaPath": "/usr/local/lib/kha", | |
// "kha.ffmpeg": "/usr/local/lib/ffmpeg", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment