summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/.prettierrc b/.prettierrc
index aac13439..13d05134 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -5,5 +5,13 @@
"jsxSingleQuote": true,
"singleQuote": true,
"printWidth": 100,
- "trailingComma": "none"
+ "trailingComma": "none",
+ "overrides": [
+ {
+ "files": "*.css",
+ "options": {
+ "tabWidth": 4
+ }
+ }
+ ]
}