Vencord/.stylelintrc.json

7 lines
94 B
JSON
Raw Normal View History

2023-01-30 04:02:17 +00:00
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
}
}