Skip to content

Instantly share code, notes, and snippets.

@Dremora
Created June 14, 2012 08:33
Show Gist options
  • Save Dremora/2929046 to your computer and use it in GitHub Desktop.
Save Dremora/2929046 to your computer and use it in GitHub Desktop.
My Sublime Text configuration
{
"color_scheme": "Packages/Color Scheme - Default/LAZY.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"mouse_wheel_switches_tabs": true,
"rulers":
[
79
],
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment