Skip to content

Instantly share code, notes, and snippets.

@PetterKraabol
Last active January 23, 2017 23:51
Show Gist options
  • Save PetterKraabol/05dfae340d42eb403d01 to your computer and use it in GitHub Desktop.
Save PetterKraabol/05dfae340d42eb403d01 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"findreplace_small": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_size": 8,
"format_on_save": true,
"gutter": true,
"ignored_packages":
[
"PHP",
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"scroll_speed": 5.0,
"show_full_path": false,
"sidebar_default": true,
"tab_size": 2,
"tabs_medium": true,
"theme": "ayu-mirage.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"typescript_auto_format": true,
"ui_big_tabs": true,
"ui_fix_tab_labels": true,
"ui_font_size_small": true,
"ui_separator": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment