Last active
April 19, 2016 23:00
-
-
Save vosechu/4757887 to your computer and use it in GitHub Desktop.
Revisions
-
vosechu revised this gist
Apr 19, 2016 . 1 changed file with 18 additions and 8 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,10 +1,11 @@ { "bold_folder_labels": true, "caret_style": "wide", "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/doc", "public/assets", "public/vendor", "build", "_site", "coverage", "*.dSYM" ], "font_size": 22.0, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "HtmlTidy", "Markdown", "Vintage" ], "indent_guide_options": [ @@ -62,12 +68,16 @@ "rulers": [ 80, 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 } -
vosechu revised this gist
Dec 13, 2013 . 1 changed file with 4 additions and 3 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 @@ -51,7 +51,8 @@ "highlight_modified_tabs": true, "ignored_packages": [ "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": false } -
vosechu revised this gist
Jul 3, 2013 . 1 changed file with 8 additions and 5 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,8 +1,10 @@ { "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", "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": "auto" } -
vosechu created this gist
Feb 11, 2013 .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,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" }