Last active
December 15, 2015 14:09
-
-
Save jamescarlos/5272536 to your computer and use it in GitHub Desktop.
Revisions
-
jamescarlos revised this gist
Aug 22, 2014 . 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 @@ -4,23 +4,26 @@ "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", "detect_indentation": false, "detect_slow_plugins": false, "draw_white_space": "all", "font_face": "Source Code Pro", "font_size": 11.0, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage" ], "open_files_in_new_window": false, "rulers": [ 80, 120 ], "scroll_past_end": true, "show_full_path": true, "soda_classic_tabs": false, "soda_folder_icons": false, "theme": "Soda Dark 3.sublime-theme", "translate_tabs_to_spaces": true, "word_wrap": false } -
jamescarlos created this gist
Mar 29, 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,26 @@ { "bold_folder_labels": true, "caret_style": "phase", "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", "detect_indentation": false, "detect_slow_plugins": false, "draw_minimap_border": true, "font_face": "Source Code Pro", "font_size": 11.0, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage", "sublime-closure-linter", "sublimelint" ], "open_files_in_new_window": false, "rulers": [ 120 ], "scroll_past_end": true, "translate_tabs_to_spaces": true, "word_wrap": false }