cloud_bbb/.stylelintrc.json

7 lines
91 B
JSON
Raw Permalink Normal View History

2020-04-26 22:41:06 +02:00
{
"extends": "stylelint-config-recommended-scss",
"rules": {
"indentation": 2
}
}