Skip to content

Instantly share code, notes, and snippets.

@creativeaura
Created November 9, 2012 14:26
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 creativeaura/4045992 to your computer and use it in GitHub Desktop.
Save creativeaura/4045992 to your computer and use it in GitHub Desktop.
Sublime setting file
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"font_size": 10.0,
"ignored_packages":
[
"Vintage",
"jlegewie-SublimePeek-aaaaee6",
"Phoenix-Theme",
"zencoding",
"BracketHighlighter"
],
"soda_classic_tabs": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"draw_minimap_border": true,
"highlight_line": true,
"highlight_active_indent_guide": true,
"find_selected_text": true,
"caret_style": "wide",
"highlight_modified_tabs": true,
"translate_tabs_to_spaces": false,
"draw_indent_guides": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers": [80]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment