Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rajcybage/78ef0b9c502f1a517a10 to your computer and use it in GitHub Desktop.
Save rajcybage/78ef0b9c502f1a517a10 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"save_on_focus_lost": false,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "tmp/", ".vagrant"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment