Skip to content

Instantly share code, notes, and snippets.

@hosamshahin
Created July 21, 2017 14:45
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 hosamshahin/6034d0e1f1fc75701ba584d233ca6cbf to your computer and use it in GitHub Desktop.
Save hosamshahin/6034d0e1f1fc75701ba584d233ca6cbf to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 1,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": false,
"fallback_encoding": "UTF-8",
"font_size": 12,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Anaconda",
"HTML-CSS-JS Prettify",
"IPython Notebook",
"JSLint",
"Python PEP8 Autoformat",
"SublimeLinter-jshint",
"SublimeREPL",
"Vintage"
],
"line_padding_bottom": 0,
"rulers":
[
80
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment