ruffle/web/.stylelintrc.json

7 lines
94 B
JSON
Raw Normal View History

2021-01-22 17:12:48 +00:00
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
}
}