Skip to content

Instantly share code, notes, and snippets.

@mgreich
mgreich / SublimeLinter.sublime-settings
Last active August 29, 2015 14:21
SublimeLinter SCSS User Settings (Sublime Plugin)
{
"user": {
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"scss": {
@mgreich
mgreich / CSSComb.sublime-settings
Last active August 29, 2015 14:21
CSScomb User Settings (Sublime Plugin)
{
// Full list of supported options and acceptable values can be found here:
// https://github.com/csscomb/csscomb.js/blob/master/doc/options.md
"config": {
// Whether to add a semicolon after the last value/mixin.
"always-semicolon": true,
// Set indent for code inside blocks, including media queries and nested rules.
"block-indent": " ",