Skip to content

Instantly share code, notes, and snippets.

@deepakmahakale
Created July 5, 2018 05:12
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 deepakmahakale/170d192134f8531bc7e6723f8ff0f858 to your computer and use it in GitHub Desktop.
Save deepakmahakale/170d192134f8531bc7e6723f8ff0f858 to your computer and use it in GitHub Desktop.
Sublime settings for developers
{
"auto_indent": true, /* Optional */
"draw_white_space": "all", /* Optional */
"ensure_newline_at_eof_on_save": true, /* Recommended */
"rulers":
[
80
], /* Optional */
"smart_indent": true, /* Optional */
"tab_size": 2, /* Recommended */
"translate_tabs_to_spaces": true, /* Recommended */
"trim_automatic_white_space": true, /* Recommended */
"trim_trailing_white_space_on_save": true, /* Recommended */
"word_wrap": true, /* Optional */
"wrap_width": 80 /* Optional */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment