Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
still working on it
  • Loading branch information
mir12007 committed Apr 16, 2017
0 parents commit f3ac47c
Show file tree
Hide file tree
Showing 30 changed files with 3,413 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 f3ac47c

Please sign in to comment.