Skip to content

Commit

Permalink
added editor config settings to force usage of spaces over tabs and e…
Browse files Browse the repository at this point in the history
…nsure 4 spaces.

- opt-in usage via http://editorconfig.org/ plugin
  • Loading branch information
samandmoore committed Apr 7, 2013
1 parent 79937c8 commit 1c4b6b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
@@ -0,0 +1,7 @@
; editor configuration powered by http://editorconfig.org/
root = true

; use 4 spaces for indentation for all files
[*]
indent_style = space
indent_size = 4

1 comment on commit 1c4b6b0

@nschonni
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.