Advertisement
wolkchen

subl-settings

Feb 23rd, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | Software | 0 0
  1. {
  2.     "auto_complete": false,
  3.     "auto_complete_commit_on_tab": true,
  4.     "auto_match_enabled": true,
  5.     "bold_folder_labels": true,
  6.     "caret_style": "solid",
  7.     "detect_indentation": true,
  8.     "draw_indent_guides": true,
  9.     "ensure_newline_at_eof_on_save": true,
  10.     "file_exclude_patterns":
  11.     [
  12.         "*.DS_Store",
  13.         "*.pyc",
  14.         "*.git"
  15.     ],
  16.     "find_selected_text": true,
  17.     "fold_buttons": false,
  18.     "folder_exclude_patterns":
  19.     [
  20.     ],
  21.     "highlight_line": true,
  22.     "highlight_modified_tabs": true,
  23.     "ignored_packages":
  24.     [
  25.         "Vintage",
  26.     ],
  27.     "indent_to_bracket": true,
  28.     "line_padding_bottom": 0,
  29.     "line_padding_top": 0,
  30.     "match_brackets": true,
  31.     "match_brackets_angle": false,
  32.     "match_brackets_braces": true,
  33.     "match_brackets_content": true,
  34.     "match_brackets_square": true,
  35.     "new_window_settings":
  36.     {
  37.         "hide_open_files": true,
  38.         "show_tabs": true,
  39.         "side_bar_visible": true,
  40.         "status_bar_visible": true,
  41.     },
  42.     "remember_open_files": true,
  43.     "remember_open_folders": true,
  44.     "save_on_focus_lost": true,
  45.     "scroll_past_end": false,
  46.     "show_full_path": true,
  47.     "show_minimap": false,
  48.     "tab_size": 2,
  49.     "translate_tabs_to_spaces": true,
  50.     "trim_trailing_white_space_on_save": true,
  51.     "use_simple_full_screen": true,
  52.     "vintage_start_in_command_mode": false,
  53.     "wide_caret": true,
  54.     "word_wrap": true,
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement