Skip to content

Commit

Permalink
滑动窗口
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Feb 22, 2024
1 parent 51a0025 commit 3202e28
Show file tree
Hide file tree
Showing 71 changed files with 1,610 additions and 1,352 deletions.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
dist
env
.gitignore
pnpm-lock.yaml
README.md
11 changes: 11 additions & 0 deletions .prettierrc.js
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' // 箭头函数如果只有一个参数则省略括号
}
212 changes: 0 additions & 212 deletions content/posts/2024/02/0214.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/posts/2024/new_Life.md
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: []
Expand Down
Loading

0 comments on commit 3202e28

Please sign in to comment.