Skip to content

Instantly share code, notes, and snippets.

@kulikov
Created September 19, 2011 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kulikov/1226203 to your computer and use it in GitHub Desktop.
Save kulikov/1226203 to your computer and use it in GitHub Desktop.
sublime text 2 user file settings
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": false,
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_size": 12,
"highlight_line": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment