Skip to content

Instantly share code, notes, and snippets.

@afutseng
Created December 23, 2012 14:48
Show Gist options
  • Save afutseng/4363769 to your computer and use it in GitHub Desktop.
Save afutseng/4363769 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "selection",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
],
"rulers":
[
120
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": 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