Skip to content

Instantly share code, notes, and snippets.

@edgarMeinart
Created May 22, 2018 06:45
Show Gist options
  • Save edgarMeinart/6dcd370083874098edbf143e91800237 to your computer and use it in GitHub Desktop.
Save edgarMeinart/6dcd370083874098edbf143e91800237 to your computer and use it in GitHub Desktop.

Revisions

  1. edgarMeinart created this gist May 22, 2018.
    31 changes: 31 additions & 0 deletions sublime.settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    {
    "bold_folder_labels": true,
    "color_scheme": "Packages/Theme - One Dark/One Dark.tmTheme",
    "draw_white_space": "all",
    "ensure_newline_at_eof_on_save": true,
    "folder_exclude_patterns":
    [
    "tmp",
    "public/system",
    "node_modules",
    ".svn",
    ".git",
    ".hg",
    "CVS"
    ],
    "font_face": "Menlo",
    "font_options":
    [
    ],
    "font_size": 18,
    "hot_exit": false,
    "ignored_packages":
    [
    "Vintage"
    ],
    "tab_size": 2,
    "theme": "One Dark.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": false
    }