Skip to content

Commit

Permalink
Included Testing section on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Jul 10, 2020
1 parent 8c6e1db commit dd5dc7c
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 196 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

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

[*.md]
trim_trailing_whitespace = false

[*.{json,yml}]
indent_size = 2
Loading

0 comments on commit dd5dc7c

Please sign in to comment.