Skip to content

Commit

Permalink
fix: some config
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmengCC committed Sep 18, 2023
1 parent 1e7626e commit 65fcf71
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
7 changes: 7 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
registry=https://npmmirror.com/mirrors/
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
electron_mirror=https://npm.taobao.org/mirrors/electron/
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
phantomjs_cdnurl=https://npm.taobao.org/mirrors/phantomjs/


0 comments on commit 65fcf71

Please sign in to comment.