Skip to content

Instantly share code, notes, and snippets.

@IrvanFza
Created January 29, 2015 15:30
Show Gist options
  • Select an option

  • Save IrvanFza/94a77223be48101f62d0 to your computer and use it in GitHub Desktop.

Select an option

Save IrvanFza/94a77223be48101f62d0 to your computer and use it in GitHub Desktop.
My Favourite Settings of Sublime Text 3
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"soda_folder_icons": true,
"spell_check": true,
"tab_completion": false,
"tab_size": 3,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": 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