Skip to content

Commit

Permalink
Updated settings for new sublime text version
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 22, 2012
1 parent 772aaf4 commit f6870e1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 42 deletions.
37 changes: 0 additions & 37 deletions Packages/User/Base File.sublime-settings

This file was deleted.

5 changes: 0 additions & 5 deletions Packages/User/Global.sublime-settings

This file was deleted.

33 changes: 33 additions & 0 deletions Packages/User/Preferences.sublime-settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"],

// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",

// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, "Base File (Linux).sublime-settings".
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
"font_face": "Monaco",
"font_size": 12,

// The number of spaces a tab is considered equal to
"tab_size": 4,

// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": false,

// If translate_tabs_to_spaces is true, use_tab_stops will make tab and
// backspace insert/delete up to the next tabstop
"use_tab_stops": true,

// Set to false to disable detection of tabs vs. spaces on load
"detect_indentation": true, // false

// Set to true to removing trailing white space on save
"trim_trailing_white_space_on_save": false,

// Set to true to ensure the last line of the file ends in a newline
// character when saving
"ensure_newline_at_eof_on_save": false
}

0 comments on commit f6870e1

Please sign in to comment.