Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
boilerplate
  • Loading branch information
dmk14013 committed Apr 10, 2018
0 parents commit 6e5683e
Show file tree
Hide file tree
Showing 30 changed files with 3,377 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 6e5683e

Please sign in to comment.