Skip to content

Instantly share code, notes, and snippets.

@tuomasj
Last active January 28, 2017 11:32
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 tuomasj/cf0576f11b4d7252b91b2236dc32471c to your computer and use it in GitHub Desktop.
Save tuomasj/cf0576f11b4d7252b91b2236dc32471c to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings file
// Preferences.sublime-settings
// Sublime Text 3, 28.1.2017
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"default_encoding": "UTF-8",
"detect_indentation": true,
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache"
],
"font_face": "M+ 2m light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 17.0,
"fold_buttons": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"always_show_minimap_viewport": false,
"draw_minimap_border": false,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "auto",
"ensure_newline_at_eof_on_save": true,
"animation_enabled": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment