Skip to content

Instantly share code, notes, and snippets.

@vosechu
Last active April 19, 2016 23:00
Show Gist options
  • Select an option

  • Save vosechu/4757887 to your computer and use it in GitHub Desktop.

Select an option

Save vosechu/4757887 to your computer and use it in GitHub Desktop.

Revisions

  1. vosechu revised this gist Apr 19, 2016. 1 changed file with 18 additions and 8 deletions.
    26 changes: 18 additions & 8 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,11 @@
    {
    "bold_folder_labels": true,
    "caret_style": "wide",
    "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
    "color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
    "detect_slow_plugins": false,
    "dictionary": "Packages/Language - English/en_US.dic",
    "draw_indent_guides": true,
    "ensure_newline_at_eof_on_save": true,
    "file_exclude_patterns":
    [
    ".DS_Store",
    @@ -32,6 +33,7 @@
    ],
    "folder_exclude_patterns":
    [
    "node_modules",
    ".git",
    ".svn",
    ".hg",
    @@ -41,18 +43,22 @@
    "bundle",
    ".rbx",
    "tmp",
    "public/assets",
    "public/doc",
    "public/assets",
    "public/vendor",
    "build",
    "_site"
    "_site",
    "coverage",
    "*.dSYM"
    ],
    "font_size": 20.0,
    "font_size": 22.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage",
    "HtmlTidy"
    "HtmlTidy",
    "Markdown",
    "Vintage"
    ],
    "indent_guide_options":
    [
    @@ -62,12 +68,16 @@
    "rulers":
    [
    80,
    72
    72,
    120
    ],
    "save_on_focus_lost": true,
    "scroll_past_end": true,
    "show_full_path": true,
    "spell_check": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_separators": "./\\()\"',.:;<>~@#$%^&*|+=[]{}`~",
    "word_wrap": false
    }
    }
  2. vosechu revised this gist Dec 13, 2013. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -51,7 +51,8 @@
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    "Vintage",
    "HtmlTidy"
    ],
    "indent_guide_options":
    [
    @@ -68,5 +69,5 @@
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": "auto"
    }
    "word_wrap": false
    }
  3. vosechu revised this gist Jul 3, 2013. 1 changed file with 8 additions and 5 deletions.
    13 changes: 8 additions & 5 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,10 @@
    {
    "bold_folder_labels": true,
    "bold_folder_labels": true,
    "caret_style": "wide",
    "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
    "detect_slow_plugins": false,
    "dictionary": "Packages/Language - English/en_US.dic",
    "draw_indent_guides": true,
    "file_exclude_patterns":
    [
    ".DS_Store",
    @@ -40,7 +42,9 @@
    ".rbx",
    "tmp",
    "public/assets",
    "public/doc"
    "public/doc",
    "build",
    "_site"
    ],
    "font_size": 20.0,
    "highlight_line": true,
    @@ -60,10 +64,9 @@
    72
    ],
    "save_on_focus_lost": true,
    "spell_check": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": false,
    "spell_check": true,
    "dictionary": "Packages/Language - English/en_US.dic"
    "word_wrap": "auto"
    }
  4. vosechu created this gist Feb 11, 2013.
    69 changes: 69 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,69 @@
    {
    "bold_folder_labels": true,
    "caret_style": "wide",
    "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
    "detect_slow_plugins": false,
    "file_exclude_patterns":
    [
    ".DS_Store",
    ".tags*",
    "*.pyc",
    "*.pyo",
    "*.exe",
    "*.dll",
    "*.obj",
    "*.o",
    "*.a",
    "*.lib",
    "*.log",
    "*.so",
    "*.dylib",
    "*.ncb",
    "*.sdf",
    "*.suo",
    "*.pdb",
    "*.idb",
    "*.class",
    "*.psd",
    "*.db",
    "*.pdf"
    ],
    "folder_exclude_patterns":
    [
    ".git",
    ".svn",
    ".hg",
    "CVS",
    ".sass-cache",
    ".bundle",
    "bundle",
    ".rbx",
    "tmp",
    "public/assets",
    "public/doc"
    ],
    "font_size": 20.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_active"
    ],
    "remember_open_files": false,
    "rulers":
    [
    80,
    72
    ],
    "save_on_focus_lost": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": false,
    "spell_check": true,
    "dictionary": "Packages/Language - English/en_US.dic"
    }