Skip to content

Instantly share code, notes, and snippets.

@paulodeleo
Created January 31, 2018 17:09
Show Gist options
  • Save paulodeleo/6e9cbf8de2431fb22c707d8b1683f814 to your computer and use it in GitHub Desktop.
Save paulodeleo/6e9cbf8de2431fb22c707d8b1683f814 to your computer and use it in GitHub Desktop.

Revisions

  1. paulodeleo created this gist Jan 31, 2018.
    29 changes: 29 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    {
    "atomic_save": false,
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "enable_tab_scrolling": false,
    "font_size": 13,
    "ignored_packages":
    [
    "Color Highlighter",
    "Pretty JSON",
    "Sass",
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_normal",
    "draw_active"
    ],
    "indent_to_bracket": true,
    "rulers":
    [
    80
    ],
    "tab_size": 2,
    "theme": "Adaptive.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": true,
    "trim_trailing_white_space_on_save": true,
    "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"]
    }