Skip to content

Commit

Permalink
add prettier and editorconfig config
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Jul 19, 2021
1 parent 56cd756 commit 1001bab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = lf
indent_size = 1
indent_style = tab
trim_trailing_whitespace = true
10 changes: 10 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bracketSpacing": false,
"printWidth": 100,
"semi": true,
"singleQuote": false,
"tabWidth": 1,
"trailingComma": "none",
"useTabs": true,
"arrowParens": "always"
}

0 comments on commit 1001bab

Please sign in to comment.