Skip to content

Instantly share code, notes, and snippets.

@gekh
Created September 22, 2014 17:21
Show Gist options
  • Save gekh/f731356c094edae193c4 to your computer and use it in GitHub Desktop.
Save gekh/f731356c094edae193c4 to your computer and use it in GitHub Desktop.
sublime config
{
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Menlo",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"rulers":
[
80
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
, "word_separators": "./\\()\"'-_:,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment