Skip to content

Commit

Permalink
add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
englercj committed Apr 15, 2014
1 parent 7a2811e commit 30b83fa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
@@ -0,0 +1,7 @@
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
24 changes: 19 additions & 5 deletions .gitignore
@@ -1,8 +1,22 @@
# git keep files
!.gitkeep

# sublime text files
*.sublime-*
*.*~*.TMP

# temp files
.DS_Store
Thumbs.db
Desktop.ini

# vim swap files
*.sw*

# emacs temp files
*~
\#*#
*.sublime-*
nbproject/

# node.js common ignores
node_modules/
lib-cov/
coverage.*
config.json
npm-debug.log

0 comments on commit 30b83fa

Please sign in to comment.