Last active
August 29, 2015 13:56
Revisions
-
jacrook revised this gist
Mar 19, 2014 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains 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 @@ -42,9 +42,10 @@ "show_tab_close_buttons": false, "soda_classic_tabs": false, "soda_folder_icons": true, "tab_size": 2, "translate_tabs_to_spaces": true, "detect_indentation": false, "theme": "Flatland Dark.sublime-theme", "trim_trailing_white_space_on_save": true, "word_wrap": true } -
jacrook revised this gist
Mar 4, 2014 . 1 changed file with 11 additions and 3 deletions.There are no files selected for viewing
This file contains 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,8 +4,9 @@ "auto_complete_with_fields": true, "bold_folder_labels": true, "caret_style": "phase", "color_scheme": "Packages/User/FireCode (SL).tmTheme", "detect_indentation": true, "ensure_newline_at_eof_on_save": true, "fade_fold_buttons": true, "flatland_sidebar_tree_xlarge": true, "flatland_square_tabs": true, @@ -19,19 +20,26 @@ ".bundle", ".sass-cache" ], "font_face": "Source Code Pro", "font_options": [ "subpixel_antialias", "no_bold" ], "font_size": 13, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 0, "line_padding_top": 1, "rulers": [ 80 ], "show_tab_close_buttons": false, "soda_classic_tabs": false, "soda_folder_icons": true, "tab_size": 4, -
jacrook created this gist
Feb 6, 2014 .There are no files selected for viewing
This file contains 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,42 @@ { "auto_complete": true, "auto_complete_commit_on_tab": true, "auto_complete_with_fields": true, "bold_folder_labels": true, "caret_style": "phase", "color_scheme": "Packages/User/Flatland Monokai (SL).tmTheme", "detect_indentation": true, "fade_fold_buttons": true, "flatland_sidebar_tree_xlarge": true, "flatland_square_tabs": true, "folder_exclude_patterns": [ ".svn", ".git", ".hg", "CVS", "tmp", ".bundle", ".sass-cache" ], "font_size": 12.0, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage" ], "line_padding_bottom": 1, "line_padding_top": 1, "rulers": [ 80 ], "soda_classic_tabs": false, "soda_folder_icons": true, "tab_size": 4, "theme": "Flatland Dark.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true, "word_wrap": true }