Skip to content

Instantly share code, notes, and snippets.

@daspecster
Created March 1, 2014 01:31
Show Gist options
  • Save daspecster/9283442 to your computer and use it in GitHub Desktop.
Save daspecster/9283442 to your computer and use it in GitHub Desktop.
Sublime Prefs
{
"color_scheme": "Packages/Ciapre Color Scheme/CiapreBlack.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 19.0,
"ignored_packages":
[
"JSLint",
"Vintage",
"BracketHighlighter"
],
"rulers":
[
72,
79
],
"scroll_past_end": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment