Last active
August 29, 2015 13:56
Revisions
-
harmstyler revised this gist
Feb 17, 2014 . 1 changed file with 21 additions and 4 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,14 @@ { // Custom color scheme available at http://buymeasoda.github.com/soda-theme/extras/colour-schemes.zip "color_scheme": "Packages/User/Monokai Soda (SL).tmTheme", // Ignored packages, remove Vintage to enable VIM mode "ignored_packages": [ "Vintage" ], // Soda Theme, requires "Theme - Soda" package "theme": "Soda Dark 3.sublime-theme", // File endings to be ignored by Sublime "folder_exclude_patterns": [ ".svn", @@ -16,8 +20,21 @@ ".sass-cache", ".idea" ], // Ensures the file always ends with a new line "ensure_newline_at_eof_on_save": true, // Removes annoying whitespace notification from current line, requires "TrailingSpaces" package "trailing_spaces_include_current_line": false, // Set to true to insert spaces when tab is pressed "translate_tabs_to_spaces": true, // Set to true to removing trailing white space on save "trim_trailing_white_space_on_save": true, // Exclude logs and cache from search index "index_exclude_patterns": [ "*.log", "*_log", "*.cache" ], // Show unix/dos file ending in status bar "show_line_endings": true } -
harmstyler revised this gist
Feb 11, 2014 . 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 @@ -1,11 +1,11 @@ { "ensure_newline_at_eof_on_save": true, "ignored_packages": [ "Markdown", "Vintage" ], "folder_exclude_patterns": [ ".svn", ".git", @@ -16,8 +16,8 @@ ".sass-cache", ".idea" ], "theme": "Soda Dark.sublime-theme", "trailing_spaces_include_current_line": false, "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true } -
harmstyler created this gist
Feb 11, 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,23 @@ { "ensure_newline_at_eof_on_save": true, "ignored_packages": [ "Markdown", "Vintage" ], "folder_exclude_patterns": [ ".svn", ".git", ".hg", "CVS", "tmp", ".bundle", ".sass-cache", ".idea" ], "theme": "Soda Dark.sublime-theme", "trailing_spaces_include_current_line": false, "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true }