Skip to content

Instantly share code, notes, and snippets.

@vipickering
Created August 29, 2013 07:58
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vipickering/6375327 to your computer and use it in GitHub Desktop.
Save vipickering/6375327 to your computer and use it in GitHub Desktop.
Sublime: Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"draw_indent_guides": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".bundle",
".svn"
],
"font_face": "Source Sans Pro",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"margin": 2,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"remember_open_files": true,
"remember_open_folders": true,
"scroll_past_end": true,
"scroll_speed": 2,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": "false"
}
@vipickering
Copy link
Author

The Monokai Extended Theme I am using is available on this repo:
https://github.com/jonschlinkert/sublime-monokai-extended

@foxleigh81
Copy link

Very nice. Here's mine, I've just pinched a couple of lines from yours too :)
https://gist.github.com/alexward1981/6375489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment