Last active
January 30, 2023 13:31
-
-
Save davidkrider/2b4e7c8ed754d28ae21a to your computer and use it in GitHub Desktop.
Revisions
-
davidkrider revised this gist
Jan 30, 2023 . 1 changed file with 22 additions and 7 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 @@ -2,29 +2,44 @@ "color_scheme": "Monokai Pro.sublime-color-scheme", "file_exclude_patterns": [ "*.git", "*tmp/cache", "*._*", "*.DS_Store", ], "font_face": "Monaco", "font_size": 14, "ignored_packages": [ "Vintage", ], "ignored_snippets": ["HAML/*"], "save_on_focus_lost": true, "syntaxes": [ { "extensions": [ "haml" ], "syntax": "Haml/Syntaxes/Ruby Haml", } ], "tab_size": 2, "theme": "Monokai Pro.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true, "hardware_acceleration": "opengl", /*"file_exclude_patterns": [ "*.git", "*tmp/cache", "*._*", "*.DS_Store" ],*/ "folder_exclude_patterns": [ ".sass-cache", ".git" ], } -
davidkrider revised this gist
May 17, 2021 . 1 changed file with 22 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,16 +1,30 @@ { "color_scheme": "Monokai Pro.sublime-color-scheme", "file_exclude_patterns": [ ".tags", ".tags_sorted_by_file", ".gemtags" ], "font_face": "Monaco", "font_size": 14, "ignored_packages": [ "Vintage" ], "save_on_focus_lost": false, "syntaxes": [ { "extensions": [ "haml" ], "syntax": "Haml/Syntaxes/Ruby Haml" } ], "tab_size": 2, "theme": "Monokai Pro.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true } -
davidkrider revised this gist
Oct 16, 2020 . 1 changed file with 6 additions and 6 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,16 +1,16 @@ { "theme": "Monokai Pro.sublime-theme", "color_scheme": "Monokai Pro.sublime-color-scheme", "font_face": "Monaco", "font_size": 14, "ignored_packages": [ "Vintage" ], "syntaxes": [ { "syntax": "Haml/Syntaxes/Ruby Haml", "extensions": ["haml"] } ] } -
davidkrider revised this gist
Sep 21, 2020 . 1 changed file with 11 additions and 29 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,34 +1,16 @@ { "color_scheme": "Monokai Pro.sublime-color-scheme", "font_face": "Monaco", "font_size": 14, "ignored_packages": [ "Vintage" ], "theme": "Monokai Pro.sublime-theme", "syntaxes": [ { "syntax": "Haml/Syntaxes/Ruby Haml", "extensions": ["haml"] } ] } -
davidkrider revised this gist
Aug 22, 2019 . 1 changed file with 19 additions and 2 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,4 +1,5 @@ { "color_scheme": "Packages/Theme - Gravity/Monokai Gravity v2.sublime-color-scheme", "detect_indentation": false, "font_face": "Droid Sans Mono", "font_options": @@ -10,8 +11,24 @@ [ "Vintage" ], "syntaxes": [ { "extensions": [ "haml" ], "name": "Haml/Syntaxes/Ruby Haml", "rules": [ { "file_name": ".*\\.haml$" } ] } ], "tab_size": 2, "theme": "Gravity.sublime-theme", "translate_tabs_to_spaces": true, "use_tab_stops": true } -
David Krider created this gist
Sep 12, 2014 .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,17 @@ { "detect_indentation": false, "font_face": "Droid Sans Mono", "font_options": [ "gdi" ], "font_size": 10.5, "ignored_packages": [ "Vintage" ], "tab_size": 2, "theme": "Soda Dark 3.sublime-theme", "translate_tabs_to_spaces": true, "use_tab_stops": true }