Last active
December 22, 2015 01:39
-
-
Save prashantpalikhe/d668c7889ac33ca49982 to your computer and use it in GitHub Desktop.
My Sublime Preferences
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
{ | |
"always_show_minimap_viewport": true, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"default_line_ending": "unix", | |
"detect_indentation": false, | |
"ensure_newline_at_eof_on_save": true, | |
"find_selected_text": true, | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"CSScomb", | |
"Markdown", | |
"Better CoffeeScript", | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
120 | |
], | |
"show_encoding": true, | |
"show_full_path": true, | |
"show_line_endings": true, | |
"spell_check": true, | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": false, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment