Skip to content

Instantly share code, notes, and snippets.

@anderssvendal
Created September 19, 2012 11:21
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 anderssvendal/3749134 to your computer and use it in GitHub Desktop.
Save anderssvendal/3749134 to your computer and use it in GitHub Desktop.
sublime text settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Spacedust.tmTheme",
"detect_indentation": true,
"draw_white_space": "selection",
"folder_exclude_patterns":
[
".sass-cache",
"tmp"
],
"font_face": "Menlo",
"font_size": 11.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"scroll_past_end": true,
"show_panel_on_build": true,
"soda_classic_tabs": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment