Vencord/.stylelintrc.json
2023-01-30 05:04:06 +01:00

7 lines
94 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
}
}