summaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
authorTaylor Mullen <[email protected]>2025-04-17 18:06:21 -0400
committerN. Taylor Mullen <[email protected]>2025-04-17 15:29:34 -0700
commitcfc697a96d2e716a75e1c3b7f0f34fce81abaf1e (patch)
treee06bcba67ca71a874048aa887b17457dbd409bdf /.prettierrc.json
parent7928c1727f0b208ed34850cc89bbb36ea3dd23e5 (diff)
Run `npm run format`
- Also updated README.md accordingly. Part of https://b.corp.google.com/issues/411384603
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
index 694a6ff7..fa9699b8 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -1,7 +1,7 @@
{
- "semi": true,
- "trailingComma": "all",
- "singleQuote": true,
- "printWidth": 80,
- "tabWidth": 2
+ "semi": true,
+ "trailingComma": "all",
+ "singleQuote": true,
+ "printWidth": 80,
+ "tabWidth": 2
}