Skip to content

Instantly share code, notes, and snippets.

@sunnykrGupta
Last active September 12, 2019 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sunnykrGupta/34b29e98e91166f34b63 to your computer and use it in GitHub Desktop.
Save sunnykrGupta/34b29e98e91166f34b63 to your computer and use it in GitHub Desktop.
Sublime setting
{
"color_scheme": "Packages/Color Scheme - Default/Eiffel.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"rulers":
[
70, 79
],
"shift_tab_unindent": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": "true",
"wrap_width": 79
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment