Skip to content

Commit

Permalink
adding .editorconfig to normalize on whitespace standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jun 13, 2012
1 parent aaf27ce commit 264093f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
@@ -0,0 +1,8 @@
; http://editorconfig.org/
root = true

; Unix-style newlines
[*]
end_of_line = LF
indent_style = space
indent_size = 2

0 comments on commit 264093f

Please sign in to comment.