From 4ff696e4bd1318823493eae0f957650ffb831409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= Date: Fri, 5 Dec 2025 11:54:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=A1=B9=E7=9B=AE=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8C=89=E7=85=A7=20.editorconfig=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- eslint.config.mjs | 2 +- test-code.md | 48 +++++++++++++++++++++++------------------------ 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index f96ebaa..dc8b199 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ node_modules .vscode-test/ *.vsix -*.ignore \ No newline at end of file +*.ignore diff --git a/eslint.config.mjs b/eslint.config.mjs index d5c0b53..40e4769 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -25,4 +25,4 @@ export default [{ "no-throw-literal": "warn", semi: "warn", }, -}]; \ No newline at end of file +}]; diff --git a/test-code.md b/test-code.md index 8dab92b..c2083aa 100644 --- a/test-code.md +++ b/test-code.md @@ -1,24 +1,24 @@ -```javascript -// 小驼峰 -const helloWorld = '' -// 大驼峰 -const HelloWorld = '' -// 下划线 + 首字母大写 -const Hello_World = '' -// 下划线 + 全小写 -const hello_world = '' -// 下划线 + 全大写 -const HELLO_WORLD = '' -// 小写 -const helloworld = '' -// 大写 -const HELLOWORLD = '' -// 加空格 -const a = 'hello world' -``` - -``` -D:\Project\variable-conversion-vscode-extension\README.md -D:\\Project\\variable-conversion-vscode-extension\\README.md -D:/Project/variable-conversion-vscode-extension/README.md -``` +```javascript +// 小驼峰 +const helloWorld = '' +// 大驼峰 +const HelloWorld = '' +// 下划线 + 首字母大写 +const Hello_World = '' +// 下划线 + 全小写 +const hello_world = '' +// 下划线 + 全大写 +const HELLO_WORLD = '' +// 小写 +const helloworld = '' +// 大写 +const HELLOWORLD = '' +// 加空格 +const a = 'hello world' +``` + +``` +D:\Project\variable-conversion-vscode-extension\README.md +D:\\Project\\variable-conversion-vscode-extension\\README.md +D:/Project/variable-conversion-vscode-extension/README.md +```