Skip to content

Instantly share code, notes, and snippets.

@mwalters
Created November 21, 2020 18:33
Show Gist options
  • Save mwalters/6360f4d390c2ae3a01f7391e7290f03e to your computer and use it in GitHub Desktop.
Save mwalters/6360f4d390c2ae3a01f7391e7290f03e to your computer and use it in GitHub Desktop.

Revisions

  1. mwalters created this gist Nov 21, 2020.
    21 changes: 21 additions & 0 deletions Preferences.sublime-settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    {
    "always_prompt_for_file_reload": true,
    "always_show_minimap_viewport": true,
    "bold_folder_labels": true,
    "color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
    "detect_indentation": true,
    "ensure_newline_at_eof_on_save": true,
    "fade_fold_buttons": false,
    "font_size": 13,
    "highlight_line": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "open_files_in_new_window": true,
    "scroll_past_end": true,
    "theme": "Boxy Tomorrow.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": true,
    "trim_trailing_white_space_on_save": true
    }