Skip to content

Instantly share code, notes, and snippets.

@shuuheyhey
Created June 26, 2013 22:22
Show Gist options
  • Save shuuheyhey/5872271 to your computer and use it in GitHub Desktop.
Save shuuheyhey/5872271 to your computer and use it in GitHub Desktop.
Sublimeの設定
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_size_limit": 4194304,
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"bower/*",
".gem/*",
".bundle/*",
"css/*",
".map*",
"build/*",
"node_modules/*"
],
"bold_folder_labels": true,
"caret_style": "smooth",
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Original/Monokai Customize.tmTheme",
"detect_indentation": true,
"disable_formatted_linebreak": true,
"disable_tab_abbreviations_for_scopes": "css,less,sass,scss,stylus",
"disabled_single_snippet_for_scopes": "",
"drag_text": true,
"draw_centered": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_emmet_keymap": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Shift-JIS",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"find_selected_text": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "DejaVuSans",
"font_size": 16,
"hayaku_CSS_prefixes_disable": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"indent_subsequent_lines": true,
"indent_to_bracket": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"open_files_in_new_window": false,
"rulers":
[
80
],
"scroll_past_end": true,
"scroll_speed": 1.0,
"shift_tab_unindent": true,
"smart_indent": true,
"tab_completion": true,
"tab_size": 6,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"wide_caret": true,
"word_separators": "/\\()\"':,<>~;@%^*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment