Skip to content

Instantly share code, notes, and snippets.

@raribeiro
Last active September 13, 2015 17:49
Show Gist options
  • Save raribeiro/818d4cb4b97ab259f868 to your computer and use it in GitHub Desktop.
Save raribeiro/818d4cb4b97ab259f868 to your computer and use it in GitHub Desktop.
My sublime preferences
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/predawn (SL).tmTheme",
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"findreplace_small": true,
"font_face": "Source Code Pro",
"font_options":
[
"no_round"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"javascript_linter": "jshint",
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"rulers":
[
80
],
"scroll_past_end": true,
"scroll_speed": 20.0,
"show_full_path": false,
"sublimelinter_executable_map":
{
"javascript": "nodejs"
},
"tab_completion": false,
"tab_size": 2,
"tabs_small": true,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment