Skip to content

Instantly share code, notes, and snippets.

@Pephers
Created July 11, 2012 12:05
Show Gist options
  • Save Pephers/3089949 to your computer and use it in GitHub Desktop.
Save Pephers/3089949 to your computer and use it in GitHub Desktop.
Sublime Text 2 configuration
[
{
"keys": ["super+f"], "command": "show_panel", "args": {"panel": "replace"}
}
]
{
"compiler": "uglify_js"
}
{
"color_scheme": "Packages/Dark Pastel Color Scheme/dark-pastel.tmTheme",
"detect_slow_plugins": false,
"font_size": 11.0,
"highlight_modified_tabs": true,
"hot_exit": false,
"remember_open_files": false,
"soda_classic_tabs": true,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
{
"csslint_options":
{
"adjoining-classes": false,
"box-model": false,
"box-sizing": "warning",
"compatible-vendor-prefixes": "warning",
"display-property-grouping": true,
"duplicate-background-images": false,
"duplicate-properties": true,
"empty-rules": true,
"errors": true,
"fallback-colors": "warning",
"floats": "warning",
"font-faces": "warning",
"font-sizes": "warning",
"gradients": "warning",
"ids": false,
"import": "warning",
"important": false,
"known-properties": true,
"outline-none": "warning",
"overqualified-elements": false,
"qualified-headings": false,
"regex-selectors": "warning",
"rules-count": "warning",
"shorthand": "warning",
"text-indent": "warning",
"unique-headings": false,
"universal-selector": "warning",
"vendor-prefix": true,
"zero-units": "warning"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment