From 828641ce9d4178bbff9030ad19ce93d0267f185c Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 17 九月 2025 08:36:42 +0800
Subject: [PATCH] no message
---
zy-asrs-flow/.prettierrc.js | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/zy-asrs-flow/.prettierrc.js b/zy-asrs-flow/.prettierrc.js
index 3447a1a..655a02c 100644
--- a/zy-asrs-flow/.prettierrc.js
+++ b/zy-asrs-flow/.prettierrc.js
@@ -1,21 +1,21 @@
-module.exports = {
- singleQuote: true,
- trailingComma: 'all',
- printWidth: 100,
- proseWrap: 'never',
- endOfLine: 'lf',
- overrides: [
- {
- files: '.prettierrc',
- options: {
- parser: 'json',
- },
- },
- {
- files: 'document.ejs',
- options: {
- parser: 'html',
- },
- },
- ],
-};
+module.exports = {
+ singleQuote: true,
+ trailingComma: 'all',
+ printWidth: 100,
+ proseWrap: 'never',
+ endOfLine: 'lf',
+ overrides: [
+ {
+ files: '.prettierrc',
+ options: {
+ parser: 'json',
+ },
+ },
+ {
+ files: 'document.ejs',
+ options: {
+ parser: 'html',
+ },
+ },
+ ],
+};
--
Gitblit v1.9.1