Skip to content

Instantly share code, notes, and snippets.

@ixth
Created August 27, 2012 11:25
Show Gist options
  • Save ixth/3487651 to your computer and use it in GitHub Desktop.
Save ixth/3487651 to your computer and use it in GitHub Desktop.
Ixth's Sublime Text 2 config
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"font_face": "Terminus"
}
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"font_face": "Consolas",
"margin": 0,
"fold_buttons": false,
"rulers": [80, 120],
"highlight_line": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"default_line_ending": "unix",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment