Created
July 21, 2017 14:45
-
-
Save hosamshahin/6034d0e1f1fc75701ba584d233ca6cbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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