Skip to content

Commit

Permalink
feat(static): add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
marsprince committed Aug 20, 2020
1 parent c2fdf7b commit e2e407e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/build-static/template/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
4 changes: 4 additions & 0 deletions packages/build-static/template/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}

0 comments on commit e2e407e

Please sign in to comment.