Skip to content

Instantly share code, notes, and snippets.

@lunaluna
Last active January 26, 2018 06:30
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 lunaluna/48d1b07acdd28f2006a1 to your computer and use it in GitHub Desktop.
Save lunaluna/48d1b07acdd28f2006a1 to your computer and use it in GitHub Desktop.
【Sublime Text3】Preferences.sublime-setting for ST3
{
"afn_insert_width_first": true,
"afn_template_languages": true,
"auto_close_tags": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 50,
"auto_complete_size_limit": 4194304,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"build_env":
{
"PATH": "/usr/local/bin"
},
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/Monokai Extended Bright Modified.tmTheme",
"default_line_ending": "LF",
"detect_indentation": true,
"disable_formatted_linebreak": true,
"disabled_single_snippet_for_scopes": "",
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_emmet_keymap": true,
"enable_tab_scrolling": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"fallback_encoding": "UTF-8",
"fold_buttons": false,
"font_face": "Myrica M",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignored_packages":
[
"CodeFormatter",
"JavaScript",
"PHP Codebeautifier",
"phpfmt",
"SublimeCodeIntel",
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"indent_subsequent_lines": true,
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_tags": true,
"open_files_in_new_window": false,
"remember_open_files": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"show_tab_close_buttons": true,
"smart_indent": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Fox.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": 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