Skip to content

Commit

Permalink
add editor config and some ide ignnore
Browse files Browse the repository at this point in the history
  • Loading branch information
noname007 committed Dec 22, 2016
1 parent 9d5cb81 commit 3fa2eeb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# editorconfig.org

root = true

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

[*.md]
trim_trailing_whitespace = false
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,22 @@ new_plugin.sh
test_conf
test_start.sh
fix_name.sh


# phpstorm project files
.idea
*.log
# netbeans project files
nbproject

# zend studio for eclipse project files
.buildpath
.project
.settings

# windows thumbnail cache
Thumbs.db


# Mac DS_Store Files
.DS_Store

0 comments on commit 3fa2eeb

Please sign in to comment.