Skip to content

Instantly share code, notes, and snippets.

@1forh
Last active February 17, 2017 02:13
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 1forh/3cfae548a278c9f1180f to your computer and use it in GitHub Desktop.
Save 1forh/3cfae548a278c9f1180f to your computer and use it in GitHub Desktop.
Sublime3 Preferences-Settings-User
{
"theme": "Cobalt2.sublime-theme",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"bold_folder_labels": true,
"caret_style": "phase",
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_size": 18,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 1,
"translate_tabs_to_spaces": false,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment