Bladeren bron

Remove Sublime2 settings

Tom McKenzie 12 jaren geleden
bovenliggende
commit
92b0c4ad13

+ 0 - 20
Sublime2/User/BracketHighlighter.sublime-settings

@@ -1,20 +0,0 @@
-{
-  // Outline? (solid|outline|underline|none)
-  "quote_style" : "underline",
-  "curly_style" : "outline",
-  "round_style" : "outline",
-  "square_style": "outline",
-  "angle_style" : "outline",
-  "tag_style"   : "underline",
-
-  "no_multi_select_icons": true,
-
-  // Icon? (dot|circle|bookmark|quote|curly_bracket|round_bracket|square_bracket|angle_bracket|none)
-  "quote_icon" : "none",
-  "curly_icon" : "none",
-  "round_icon" : "none",
-  "square_icon": "none",
-  "angle_icon" : "none",
-  "tag_icon"   : "none"
-
-}

+ 0 - 10
Sublime2/User/Default (OSX).sublime-keymap

@@ -1,10 +0,0 @@
-[
-	{ "keys": ["ctrl+tab"], "command": "next_view" },
-	{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
-
-	{ "keys": ["super+shift+]"], "command": "next_view_in_stack" },
-	{ "keys": ["super+shift+["], "command": "prev_view_in_stack" },
-
-  { "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
-  { "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} }
-]

+ 0 - 21
Sublime2/User/Package Control.sublime-settings

@@ -1,21 +0,0 @@
-{
-	"auto_upgrade_last_run": null,
-	"installed_packages":
-	[
-		"BracketHighlighter",
-		"CoffeeScript",
-		"Emmet",
-		"GitGutter",
-		"Handlebars",
-		"HTML5",
-		"JS2Coffee",
-		"JsFormat",
-		"Markdown Preview",
-		"Minifier",
-		"Package Control",
-		"Sass",
-		"SublimeCodeIntel",
-		"Theme - Soda",
-		"Web Inspector"
-	]
-}

+ 0 - 60
Sublime2/User/Preferences.sublime-settings

@@ -1,60 +0,0 @@
-{
-	"close_windows_when_empty": true,
-	"color_scheme": "Packages/User/Monokai Soda.tmTheme",
-	"dictionary": "Packages/Language - English/en_GB.dic",
-	"ensure_newline_at_eof_on_save": true,
-	"file_exclude_patterns":
-	[
-		"*.pyc",
-		"*.pyo",
-		"*.exe",
-		"*.dll",
-		"*.obj",
-		"*.o",
-		"*.a",
-		"*.lib",
-		"*.so",
-		"*.dylib",
-		"*.ncb",
-		"*.sdf",
-		"*.suo",
-		"*.pdb",
-		"*.idb",
-		".DS_Store",
-		"*.class",
-		"*.psd",
-		"*.db",
-		".gitignore",
-		".gitkeep",
-		".rspec",
-		"Gemfile.lock",
-		"._*"
-	],
-	"font_family": "Inconsolata",
-	"font_size": 13.0,
-	"highlight_line": true,
-	"highlight_modified_tabs": true,
-	"ignored_packages":
-	[
-		"Vintage",
-		"SublimeCodeIntel"
-	],
-	"indent_guide_options":
-	[
-		"draw_normal",
-		"draw_active"
-	],
-	"open_files_in_new_window": false,
-	"rulers":
-	[
-		80,
-		120
-	],
-	"scroll_past_end": true,
-	"show_full_path": true,
-	"tab_size": 2,
-	"theme": "Soda Dark.sublime-theme",
-	"translate_tabs_to_spaces": true,
-	"trim_trailing_white_space_on_save": true,
-	"use_simple_full_screen": true
-}

+ 0 - 18
Sublime2/User/SublimeLinter.sublime-settings

@@ -1,18 +0,0 @@
-{
-    "sublimelinter_mark_style": "none",
-    "sublimelinter_gutter_marks": true,
-    "jshint_options":
-    {
-        // "evil": true,
-        // "regexdash": true,
-        // "browser": true,
-        // "wsh": true,
-        "trailing": false,
-        // "sub": true
-        "smarttabs": true,
-        "eqeqeq": false,
-        "eqnull": false,
-        "asi": true
-        // "conditional_assignment": true // no work?
-    }
-}