Skip to content

Instantly share code, notes, and snippets.

@wickchucked
Created October 16, 2014 17:00
Show Gist options
  • Save wickchucked/edc0b95fa0546bc0e180 to your computer and use it in GitHub Desktop.
Save wickchucked/edc0b95fa0546bc0e180 to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/bis-sublime/BISColorScheme.tmTheme",
"copy_with_empty_selection": false,
"default_encoding": "UTF-8",
"dictionary": "Packages/Language - English/en_US.dic",
"draw_white_space": "all",
"endable_tab_scrolling": false,
"file_exclude_patterns":
[
],
"find_selected_text": true,
"findreplace_small": true,
"fold_buttons": true,
"font_options":
[
"no_round"
],
"font_size": 11,
"ignored_packages":
[
"PersistentRegexHighlight",
"Vintage",
"SublimeWebInspector-ST3",
"Colorsublime",
"MarkdownEditing",
"jQuery Snippets pack",
"sublime-text-2-goto-documentation-master",
"Grails",
"SublimeLinter",
"Groovy",
"Cheat Sheets",
"Ruby Debugger",
"Grails.sublime-package",
"Markdown",
"GitGutter",
"All Autocomplete",
"SideBarEnhancements",
"AVR-ASM-Sublime",
"Autoprefixer",
"HTML-CSS-JS Prettify",
"SublimeLinter-html-tidy",
"LiveReload",
"SublimeLinter-jshint",
"SublimeLinter-xmllint"
],
"ignored_words":
[
"blog"
],
"rulers":
[
80,
100
],
"scroll_past_end": true,
"spell_check": "true",
"tab_size": 2,
"tabs_small": true,
"tag_language_list":
[
"HTML",
"HTML 5",
"XML",
"PHP",
"BIS"
],
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment