Skip to content

Instantly share code, notes, and snippets.

@narze
Last active March 24, 2022 08:55
Show Gist options
  • Save narze/3083005 to your computer and use it in GitHub Desktop.
Save narze/3083005 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Preferences
{
"auto_complete_commit_on_tab": false,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai Dark.tmTheme",
"dc.gg": "EmsXc69Yt4",
"draw_centered": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": false,
"find_selected_text": true,
"font_face": "DejaVu Sans Mono",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeGDB",
".DS_Store"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": false,
"line_padding_top": -1,
"margin": -10,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"scroll_speed": 0.5,
"show_full_path": true,
"show_tab_close_buttons": false,
"soda_classic_tabs": true,
"spell_check": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment