Skip to content

Instantly share code, notes, and snippets.

@vfalconi
Last active September 26, 2022 18:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfalconi/f27d01a95109ddf60ed1 to your computer and use it in GitHub Desktop.
Save vfalconi/f27d01a95109ddf60ed1 to your computer and use it in GitHub Desktop.
My SublimeText preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Hack",
"font_size": 10,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"remember_full_screen": true,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment