Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hopefully this worked
  • Loading branch information
hgy14001 committed Jan 27, 2016
0 parents commit 83489ac
Show file tree
Hide file tree
Showing 47 changed files with 13,489 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 83489ac

Please sign in to comment.