Skip to content

Instantly share code, notes, and snippets.

@imarkdesigns
Created March 24, 2019 17:24
Show Gist options
  • Save imarkdesigns/fc32536f7b57a00e12a94e7e7dec5206 to your computer and use it in GitHub Desktop.
Save imarkdesigns/fc32536f7b57a00e12a94e7e7dec5206 to your computer and use it in GitHub Desktop.
Sublime Text 3 Config Setup (Personal)
{
"color_scheme": "Packages/Theme - One Dark/One Dark.tmTheme",
"font_face": "Fira Code Light",
"font_options":
[
"no_italic",
"gray_antialias"
],
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 5,
"preview_on_click": false,
"shift_tab_unindent": true,
"theme": "One Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment