Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Last active May 18, 2016 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnuwilliam/bd2df6f4ff2ad4355b615e528662686a to your computer and use it in GitHub Desktop.
Save gnuwilliam/bd2df6f4ff2ad4355b615e528662686a to your computer and use it in GitHub Desktop.
Sublime Config
{
"caret_extra_width": 2,
"color_scheme": "Packages/Colorsublime - Themes/IR_Black.tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".meteor/local",
"node_modules",
".babel-cache"
],
// "font_face": "Fira Mono",
"font_face": "Operator Mono",
"font_size": 13,
// "font_options": ["no_round"],
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"scroll_past_end": true,
"soda_classic_tabs": true,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment