summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-08-06 16:40:56 +0200
committerVolpeon <git@volpeon.ink>2025-08-06 16:40:56 +0200
commit41b0d0497988274057fc2512c822a6bc9d2d3ebd (patch)
tree015a95ede42b799ac1fd049baa8b0a853b6d3bb3 /.stylelintrc.json
parentFix button font size (diff)
downloadiro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.gz
iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.bz2
iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.zip
Switch to tab indentationHEADmaster
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index c00dafa..0b9d42a 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -4,7 +4,7 @@
4 "stylelint-config-recess-order" 4 "stylelint-config-recess-order"
5 ], 5 ],
6 "rules": { 6 "rules": {
7 "@stylistic/indentation": 4, 7 "@stylistic/indentation": "tab",
8 "@stylistic/number-leading-zero": "never", 8 "@stylistic/number-leading-zero": "never",
9 "@stylistic/declaration-colon-space-after": null, 9 "@stylistic/declaration-colon-space-after": null,
10 "max-nesting-depth": 7, 10 "max-nesting-depth": 7,