Skip to content

Instantly share code, notes, and snippets.

@attilahorvath
Last active October 21, 2015 08:46
Show Gist options
  • Save attilahorvath/5319e3213227778cf0a4 to your computer and use it in GitHub Desktop.
Save attilahorvath/5319e3213227778cf0a4 to your computer and use it in GitHub Desktop.
My Sublime Text 3 user settings
{
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Predawn Twilight Theme/Predawn Twilight.tmTheme",
"detect_indentation": false,
"draw_minimap_border": true,
"findreplace_small": true,
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"scroll-past-end": true,
"tab_size": 2,
"theme": "predawn.sublime-theme",
"predawn_findreplace_small": true,
"predawn_quick_panel_small": true,
"predawn_sidebar_xsmall": true,
"predawn_tabs_small": true,
"predawn_tabs_active_underline": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment