Vencord/.stylelintrc.json

7 lines
94 B
JSON
Raw Normal View History

2023-01-29 23:02:17 -05:00
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
}
}