Skip to content

Instantly share code, notes, and snippets.

@desulaid
Last active April 1, 2019 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desulaid/fa79611654c34d01ddec45fc5a84711f to your computer and use it in GitHub Desktop.
Save desulaid/fa79611654c34d01ddec45fc5a84711f to your computer and use it in GitHub Desktop.
Sublime Text 3 - Preferences
{
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "smooth",
"color_scheme": "Packages/ayu/ayu-light.sublime-color-scheme",
"fade_fold_buttons": false,
"font_face": "Inconsolata",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"indent_guide_options": [
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"show_line_endings": true,
"tab_size": 4,
"theme": "ayu-light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_native_titlebar": true,
"ui_separator": true,
"ui_wide_scrollbars": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment