Skip to content

Instantly share code, notes, and snippets.

@jerry80409
Last active June 24, 2016 16:08
Show Gist options
  • Select an option

  • Save jerry80409/06f87f2274482cde65ecf90da3182006 to your computer and use it in GitHub Desktop.

Select an option

Save jerry80409/06f87f2274482cde65ecf90da3182006 to your computer and use it in GitHub Desktop.

Revisions

  1. jerry80409 revised this gist Jun 24, 2016. 1 changed file with 20 additions and 19 deletions.
    39 changes: 20 additions & 19 deletions Sublime Text Preferences
    Original file line number Diff line number Diff line change
    @@ -1,27 +1,28 @@
    {
    "theme": "Fox.sublime-theme",
    "color_scheme": "Packages/Theme - Fox/fox.dark.tmTheme",
    "default_encoding": "UTF-8",
    "theme": "Fox.sublime-theme",
    "color_scheme": "Packages/Theme - Fox/fox.dark.tmTheme",

    "font_face": "Menlo",
    "font_size": 14,
    "font_face": "Menlo",
    "font_size": 14,

    "highlight_line": true,
    "highlight_modified_tabs": true,

    "line_numbers": true,
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "tab_size": 4,
    "highlight_line": true,
    "highlight_modified_tabs": true,

    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "line_numbers": true,
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "tab_size": 4,

    "fold_buttons": true,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,

    "auto_match_enabled": true,
    "fold_buttons": true,

    "ignored_packages":
    [
    "Vintage"
    ]
    "auto_match_enabled": true,

    "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"],
    "file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db"],

    "ignored_packages":["Vintage"]
    }
  2. jerry80409 renamed this gist Jun 24, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. jerry80409 revised this gist Jun 24, 2016. 1 changed file with 11 additions and 11 deletions.
    22 changes: 11 additions & 11 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -3,22 +3,22 @@
    "color_scheme": "Packages/Theme - Fox/fox.dark.tmTheme",

    "font_face": "Menlo",
    "font_size": 14,
    "font_size": 14,

    "highlight_line": true,
    "highlight_modified_tabs": true,

    "line_numbers": true,
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "tab_size": 4,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "line_numbers": true,
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "tab_size": 4,

    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "trim_trailing_white_space_on_save": true,

    "fold_buttons": true,
    "fold_buttons": true,

    "auto_match_enabled": true,
    "auto_match_enabled": true,

    "ignored_packages":
    [
  4. jerry80409 created this gist Jun 24, 2016.
    27 changes: 27 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    {
    "theme": "Fox.sublime-theme",
    "color_scheme": "Packages/Theme - Fox/fox.dark.tmTheme",

    "font_face": "Menlo",
    "font_size": 14,

    "highlight_line": true,
    "highlight_modified_tabs": true,

    "line_numbers": true,
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "tab_size": 4,

    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,

    "fold_buttons": true,

    "auto_match_enabled": true,

    "ignored_packages":
    [
    "Vintage"
    ]
    }