Skip to content

Instantly share code, notes, and snippets.

@satoshun
Created October 29, 2013 09:05
Show Gist options
  • Save satoshun/7211270 to your computer and use it in GitHub Desktop.
Save satoshun/7211270 to your computer and use it in GitHub Desktop.
sublime
{
"auto_complete": true,
"auto_complete_delay": 50,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "phase",
"default_encoding": "UTF-8",
"disable_formatted_linebreak": true,
"draw_indent_guides": true,
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"folder_exclude_patterns":
[
"Backup",
"tmp",
"log",
"fixtures",
"coverage",
".sass-cache",
".git",
".bundle",
"*.egg-info",
"node_modules",
"__pycache__",
"bin",
"mock_html"
],
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"RestructuredText",
"SublimeRope",
"JSHint",
"Python PEP8 Autoformat",
"Restructured Text (RST) Snippets",
"SyncedSideBar",
"Pylinter",
"Vintage",
"sublime-text-2-git",
"Gist",
"PySide",
"SublimePython"
],
"indent_subsequent_lines": false,
"indent_to_bracket": false,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_square": true,
"match_tags": true,
"new_window_settings":
{
"show_minimap": false
},
"pep8": false,
"show_full_path": true,
"smart_indent": true,
"tab_completion": true,
"tab_size": 4,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment