Skip to content

Commit

Permalink
chore: 使用lf换行
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Jul 31, 2024
1 parent 06912fc commit f636fc7
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 143 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
access=public
access=public
link-workspace-packages=true
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dumi
dist
.turbo
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "all",
"useTabs": false,
"tabWidth": 2,
"endOfLine": "lf"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build:doc": "turbo build --filter=doc",
"clean": "turbo clean",
"test": "turbo test",
"format": "prettier --write .",
"coverage": "vitest run --coverage",
"release": "multi-semantic-release --ignore-private-packages=true --deps.bump=inherit",
"prepare": "husky install"
Expand Down
165 changes: 23 additions & 142 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependsOn": ["^test"]
},
"lint": {},
"format": {},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit f636fc7

Please sign in to comment.