Skip to content

Instantly share code, notes, and snippets.

@valbeat
Created October 22, 2014 03:34
Show Gist options
  • Save valbeat/0881ecbd6b2661bcf162 to your computer and use it in GitHub Desktop.
Save valbeat/0881ecbd6b2661bcf162 to your computer and use it in GitHub Desktop.
My Sublime Text Settings
{
"auto_complete": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"disable_formatted_linebreak": true,
"disable_tab_abbreviations": true,
"disabled_single_snippet_for_scopes": "",
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Ricty",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment