Skip to content

Instantly share code, notes, and snippets.

@prashantpalikhe
Last active December 22, 2015 01:39
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 prashantpalikhe/d668c7889ac33ca49982 to your computer and use it in GitHub Desktop.
Save prashantpalikhe/d668c7889ac33ca49982 to your computer and use it in GitHub Desktop.
My Sublime Preferences
{
"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