Skip to content

Instantly share code, notes, and snippets.

@sloria
Created September 21, 2013 14:12
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 sloria/6651001 to your computer and use it in GitHub Desktop.
Save sloria/6651001 to your computer and use it in GitHub Desktop.
{
// Color
"color_scheme": "Packages/Theme - Nil/Big Duo.tmTheme",
"theme": "Nil.sublime-theme",
// Font
"font_face": "Ubuntu Mono",
"font_options": ["subpixel_antialias"],
"font_size": 15.0,
// Caret
"caret_style": "phase",
"wide_caret": true,
// Editor view look and feel
"bold_folder_labels": true,
"draw_white_space": "all",
"fold_buttons": false,
"highlight_line": false,
"show_minimap": false,
// Editor behavior
"highlight_modified_tabs": true,
"detect_indentation": false,
"detect_slow_plugins": false,
"ignored_packages":
[
"Vintage"
],
"hot_exit": false,
"remember_open_files": false,
// Word wrapping
"rulers": [79],
// Whitespace
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
// Controls what scopes auto complete will be triggered in)
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
//Sidebar
"folder_exclude_patterns": [".git", "__pycache__"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment