Skip to content

Instantly share code, notes, and snippets.

@Huskie
Created January 9, 2015 15:42
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 Huskie/9558e0c923647301e9ad to your computer and use it in GitHub Desktop.
Save Huskie/9558e0c923647301e9ad to your computer and use it in GitHub Desktop.
Sublime
{
"always_show_minimap_viewport": true,
"auto_close_tags": false,
"auto_complete": false,
"auto_indent": true,
"auto_match_enabled": false,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/predawn (SL).tmTheme",
"create_window_at_startup": false,
"detect_indentation": true,
"draw_minimap_border": true,
"draw_white_space": "none",
"fade_fold_buttons": false,
"find_selected_text": true,
"font_face": "Ubuntu Mono",
"font_options":
[
"bold",
"gray_antialias"
],
"font_size": 20,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 4,
"open_files_in_new_window": false,
"scroll_past_end": false,
"show_full_path": false,
"smart_indent": true,
"tab_size": 4,
"theme": "Numix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment