Skip to content

Instantly share code, notes, and snippets.

@pedrogpimenta
Last active August 29, 2015 13:59
Show Gist options
  • Save pedrogpimenta/10457793 to your computer and use it in GitHub Desktop.
Save pedrogpimenta/10457793 to your computer and use it in GitHub Desktop.
sublime settings
{
"always_show_minimap_viewport": true,
"caret_style": "phase",
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"draw_minimap_border": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".sass-cache",
"node_modules"
],
"font_face": "Fira Mono OT",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"match_brackets_angle": true,
"open_files_in_new_window": false,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-_:,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment