1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-09 01:16:23 +00:00
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
}
}