Skip to content

Instantly share code, notes, and snippets.

@sarath-c-sandwich
Last active August 29, 2015 14:16
Show Gist options
  • Save sarath-c-sandwich/9095b3bcf359938ca122 to your computer and use it in GitHub Desktop.
Save sarath-c-sandwich/9095b3bcf359938ca122 to your computer and use it in GitHub Desktop.
Sublime - Sarath
{
"default_encoding": "utf-8",
"detect_indentation": false,
"disable_formatted_linebreak": true,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
72,
79
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment