Skip to content

Instantly share code, notes, and snippets.

@sameernyaupane
Created November 28, 2018 13:41
Show Gist options
  • Save sameernyaupane/43b2278fa3716f84f6313f4edc3ca943 to your computer and use it in GitHub Desktop.
Save sameernyaupane/43b2278fa3716f84f6313f4edc3ca943 to your computer and use it in GitHub Desktop.
My SublimeText settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Operator Mono",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"show_panel_on_build": false,
"theme": "Material-Theme.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