Skip to content

Instantly share code, notes, and snippets.

@harmstyler
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harmstyler/8938345 to your computer and use it in GitHub Desktop.
Save harmstyler/8938345 to your computer and use it in GitHub Desktop.
My ST3 settings
{
// 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",
".git",
".hg",
"CVS",
"tmp",
".bundle",
".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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment