-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yk
committed
Feb 22, 2024
1 parent
51a0025
commit 3202e28
Showing
71 changed files
with
1,610 additions
and
1,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
node_modules | ||
dist | ||
env | ||
.gitignore | ||
pnpm-lock.yaml | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module.exports = { | ||
tabWidth: 4, // 一个tab代表几个空格数,默认就是2 | ||
useTabs: false, // 是否启用tab取代空格符缩进,.editorconfig设置空格缩进,所以设置为false | ||
printWidth: 100, // 一行的字符数,如果超过会进行换行 | ||
semi: false, // 行尾是否使用分号,默认为true | ||
singleQuote: true, // 字符串是否使用单引号 | ||
trailingComma: 'none', // 对象或数组末尾是否添加逗号 none| es5| all | ||
jsxSingleQuote: true, // 在jsx里是否使用单引号,你看着办 | ||
bracketSpacing: true, // 对象大括号直接是否有空格,默认为true,效果:{ foo: bar } | ||
arrowParens: 'avoid' // 箭头函数如果只有一个参数则省略括号 | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: 'New_Life' | ||
title: 'Change in 2024' | ||
date: 2024-01-03T14:33:13+08:00 | ||
lastmod: | ||
tags: [] | ||
|
Oops, something went wrong.