Skip to content

Instantly share code, notes, and snippets.

@quwubin
Last active December 14, 2015 03:48
Show Gist options
  • Save quwubin/5023262 to your computer and use it in GitHub Desktop.
Save quwubin/5023262 to your computer and use it in GitHub Desktop.
Sublime text 2 Use Settings
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"default_line_ending": "unix",
"highlight_line": true,
"word_wrap": "true",
"font_size": 12
}
@quwubin
Copy link
Author

quwubin commented Oct 14, 2014

{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"font_face": "Ubuntu Mono",
"font_size": 12,
"highlight_line": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": "true"
}

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