Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
working loop
  • Loading branch information
mvw13001 committed Apr 17, 2017
0 parents commit 113c3dd
Show file tree
Hide file tree
Showing 31 changed files with 3,422 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
@@ -0,0 +1,13 @@
# editorconfig.org

root = true

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

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
* text=auto
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files

0 comments on commit 113c3dd

Please sign in to comment.