Skip to content

Commit

Permalink
Mod sublimetext pref to exclude dat files
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke committed Aug 31, 2012
1 parent 24f23a3 commit 1138aff
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Preferences.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
"Vintage",
"ActionScript",
"RubyMotion Autocomplete"
],
"tab_size": 2,
"translate_tabs_to_spaces": true
"translate_tabs_to_spaces": true,

"hot_exit": false,
"open_files_in_new_window": false,
"remember_open_files": false,
"file_exclude_patterns": [".dat*"]
}

0 comments on commit 1138aff

Please sign in to comment.