Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mogeta
Created January 15, 2013 08:20
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 mogeta/4537178 to your computer and use it in GitHub Desktop.
Save mogeta/4537178 to your computer and use it in GitHub Desktop.
sublime settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_minimap_border": true,
"font_face": "Source Code Pro",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"HaXe",
"Vintage"
],
"open_files_in_new_window": false,
"scroll_past_end": true,
"shift_tab_unindent": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment