Last active
June 24, 2016 16:08
-
-
Save jerry80409/06f87f2274482cde65ecf90da3182006 to your computer and use it in GitHub Desktop.
Revisions
-
jerry80409 revised this gist
Jun 24, 2016 . 1 changed file with 20 additions and 19 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,27 +1,28 @@ { "default_encoding": "UTF-8", "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, "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"] } -
jerry80409 renamed this gist
Jun 24, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jerry80409 revised this gist
Jun 24, 2016 . 1 changed file with 11 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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, "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": [ -
jerry80409 created this gist
Jun 24, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" ] }