Skip to content

Instantly share code, notes, and snippets.

@thedaviddias
Last active October 13, 2015 22:48
Show Gist options
  • Save thedaviddias/4b507c7eebabed0c084c to your computer and use it in GitHub Desktop.
Save thedaviddias/4b507c7eebabed0c084c to your computer and use it in GitHub Desktop.
SUBLIME TEXT: Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"default_encoding": "UTF-8",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_options":
[
"no_bold",
"no_italic",
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"rulers":
[
4,
80,
120
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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