Skip to content

Instantly share code, notes, and snippets.

@allaniftrue
Last active August 29, 2015 14:03
Show Gist options
  • Save allaniftrue/2959d7ea51d56b45e9e0 to your computer and use it in GitHub Desktop.
Save allaniftrue/2959d7ea51d56b45e9e0 to your computer and use it in GitHub Desktop.
Sublime Config
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"scroll_past_end": true,
"scroll_speed": 5.0,
"shift_tab_unindent": true,
"show_panel_on_build": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"font_options": [
"subpixel_antialias"
],
"draw_minimap_border": true,
"auto_indent": true,
"smart_indent": true,
"auto_match_enabled": true,
"atomic_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment