Skip to content

Instantly share code, notes, and snippets.

@HendrikPetertje
Created January 17, 2015 18:47
Show Gist options
  • Save HendrikPetertje/bac754087cdc05da8d05 to your computer and use it in GitHub Desktop.
Save HendrikPetertje/bac754087cdc05da8d05 to your computer and use it in GitHub Desktop.
sublime settings
{
"atomic_save": false,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/predawn (SL).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"no_round"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"paths":
{
"linux":
[
],
"osx":
[
"~/.rbenv/shims"
],
"windows":
[
]
},
"scroll_past_end": true,
"tab_size": 2,
"tabs_small": true,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"rulers": [80]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment