Skip to content

Instantly share code, notes, and snippets.

@96alexmr
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save 96alexmr/19b545a334f0d7805c7e to your computer and use it in GitHub Desktop.

Select an option

Save 96alexmr/19b545a334f0d7805c7e to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"ensure_newline_at_eof_on_save": true,
"default_line_ending": "unix",
"open_files_in_new_window": false,
"bold_folder_labels": true,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"vintage_start_in_command_mode": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"ignored_packages":
[
"Vintage"
],
"centurion_color_blue": false,
"centurion_color_grey": false,
"centurion_color_orange": false,
"centurion_color_red": false,
"centurion_color_yellow": false,
"centurion_tab_close_buttons": true,
"centurion_tab_scrolling": true,
"theme": "Centurion.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment