Skip to content

Commit

Permalink
tidy up README; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Feb 1, 2023
1 parent e387a91 commit 82d9fac
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 19 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

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

[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.github
.vscode
.editorconfig
.prettier
*.css
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# .prettierrc
semi: false
printWidth: 9999
tabWidth: 4
Loading

0 comments on commit 82d9fac

Please sign in to comment.