Skip to content

Instantly share code, notes, and snippets.

@boennemann
Last active October 13, 2015 23:58
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 boennemann/4276528 to your computer and use it in GitHub Desktop.
Save boennemann/4276528 to your computer and use it in GitHub Desktop.
My Sublime Text 2 `Preferences.sublime-settings`
{
"auto_complete_triggers": [
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "(=-",
"selector": "text.coffee"
}
],
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_size": 15,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"indent_subsequent_lines": true,
"itg_sidebar_tree_small": true,
"itg_small_tabs": true,
"line_padding_bottom": 1,
"rulers": [
79
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 79
}
@boennemann
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment