From 4488f711dbc01a8db6753907cae2ef4021dede68 Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期三, 13 十二月 2023 16:30:27 +0800 Subject: [PATCH] 修改前备份 --- .prettierrc | 37 +++++++++++++++++++++++++------------ 1 files changed, 25 insertions(+), 12 deletions(-) diff --git a/.prettierrc b/.prettierrc index 15683b6..449f1b9 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,13 +1,26 @@ { - "trailingComma": "none", - "overrides": [ - { - "files": "**/lwc/**/*.html", - "options": { "parser": "lwc" } - }, - { - "files": "*.{cmp,page,component}", - "options": { "parser": "html" } - } - ] -} + "trailingComma": "none", + "singleQuote": true, + "tabWidth": 4, + "overrides": [ + { + "files": "**/lwc/**/*.html", + "options": { + "parser": "lwc" + } + }, + { + "files": "**/*.{cls,trigger,apex}", + "options": { + "apexInsertFinalNewline": true, + "printWidth": 140 + } + }, + { + "files": "*.{cmp,page,component}", + "options": { + "parser": "html" + } + } + ] +} \ No newline at end of file -- Gitblit v1.9.1