Skip to content

Commit

Permalink
Merge pull request #51 from bittorrent/dev-2.3.1
Browse files Browse the repository at this point in the history
Dev 2.3.1
  • Loading branch information
hanzc0106 authored Mar 30, 2023
2 parents 6301c80 + 8945db2 commit 17b8ee0
Show file tree
Hide file tree
Showing 116 changed files with 44,519 additions and 12,771 deletions.
11 changes: 11 additions & 0 deletions .editorConfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
15 changes: 15 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"printWidth": 110,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuotes": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
}
Loading

0 comments on commit 17b8ee0

Please sign in to comment.