{ "extends": "stylelint-config-standard", "rules": { "color-named": "never", "font-family-name-quotes": "always-where-recommended", "font-weight-notation": "numeric", "function-url-quotes": "always", "number-leading-zero": "never", "value-no-vendor-prefix": true, "value-list-comma-newline-before": "never-multi-line", "custom-property-empty-line-before": "never", "property-no-unknown": [ true, { "ignoreProperties": [ "composes", "all", "-webkit-appearance" ] } ], "declaration-block-semicolon-newline-after": "always", "block-opening-brace-newline-after": "always", "selector-attribute-quotes": "always", "selector-max-specificity": "0,5,2", "selector-pseudo-class-no-unknown": [ true, { "ignorePseudoClasses": ["local", "global"] } ], "at-rule-empty-line-before": [ "always", { "ignore": [ "after-comment", ] } ], "indentation": [ 2, { "indentInsideParens": "once-at-root-twice-in-block" } ], "max-nesting-depth": 3, "no-duplicate-selectors": true, "no-unknown-animations": true } } class='form'>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtk2
Commit message (Expand)AuthorAgeFilesLines
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-052-6/+4
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-052-17/+19
* Chage bsd.python.mk: PYTHON_CMD is now a full path.nectar2000-09-301-1/+1
* Use bsd.python.mk.tg2000-09-182-37/+35
* Don't break package building on Satoshi's cluster. Explicitly dependtg2000-09-081-2/+2
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-21