Skip to content

Instantly share code, notes, and snippets.

@hepplerj
Created October 17, 2015 00:05
Show Gist options
  • Select an option

  • Save hepplerj/cf5737b9a56cfc27a1ca to your computer and use it in GitHub Desktop.

Select an option

Save hepplerj/cf5737b9a56cfc27a1ca to your computer and use it in GitHub Desktop.
Sublime Text preferences
{
"auto_complete_triggers":
[
{
"characters": ".@",
"selector": "source.coffee, source.litcoffee, source.coffee.md"
}
],
"bibtex_file_path": "/Users/jheppler/Dropbox/acad/bib/master.bib",
"bold_folder_labels": true,
"citation_format": "@%s",
"color_scheme": "Packages/User/SublimeLinter/Color Brewer (Dark) (SL).tmTheme",
"completions_scopes":
[
"text"
],
"default_encoding": "UTF-8",
"enable_completions": true,
"enable_tab_scrolling": false,
"find_selected_text": true,
"fold_buttons": true,
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"itg_scrollbar_medium": true,
"itg_small_tabs": true,
"overlay_scroll_bars": "disabled",
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": false,
"search_fields":
[
"author",
"title",
"year",
"id"
],
"show_full_path": true,
"tab_size": 2,
"theme": "itg.flat.dark.green.sublime-theme",
"translate_tabs_to_spaces": true,
"draw_white_space": "all",
"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