Created
June 16, 2015 16:34
-
-
Save pratik60/2aef6cdad2646de39318 to your computer and use it in GitHub Desktop.
my preferences - pre material
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
Show hidden characters
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_style": "wide", | |
"color_scheme": "Packages/User/SublimeLinter/Seti (SL).tmTheme", | |
"default_line_ending": "unix", | |
"detect_indentation": true, | |
"detect_slow_plugins": false, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"fallback_encoding": "UTF-8", | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.scssc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db" | |
], | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".bower-cache", | |
".bower-registry", | |
".bower-tmp", | |
".sass-cache" | |
], | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 17.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"SublimeLinter-rubocop", | |
"Stylus", | |
"Open-Include", | |
"DocBlockr", | |
"TrailingSpaces", | |
"Theme - Soda", | |
"Syntax Highlighting for Sass", | |
"Vintage", | |
"GitGutter", | |
"PHP Completions Kit", | |
"Markdown" | |
], | |
"line_padding_bottom": 1, | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
100 | |
], | |
"shift_tab_unindent": true, | |
"smart_indent": true, | |
"tab_size": 2, | |
"theme": "Seti.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_tab_stops": true, | |
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment