Skip to content

Instantly share code, notes, and snippets.

@prashanth-sams
Last active August 29, 2015 14:01
Show Gist options
  • Save prashanth-sams/053050dadd2829ff13b9 to your computer and use it in GitHub Desktop.
Save prashanth-sams/053050dadd2829ff13b9 to your computer and use it in GitHub Desktop.
Sublime-Text-3
{
"auto_find_in_selection": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"create_window_at_startup": true,
"find_selected_text": true,
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Emmet Css Snippets",
"AddCursors",
"Emmet",
"Vintage",
"Path Tools",
"PHP"
],
"indent_guide_options":
[
"draw_active"
],
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!#$%^&*|+=[]{}`~?",
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment