Skip to content

Commit

Permalink
Add EditorConfig file denoting indentation for JS
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner authored and scottgonzalez committed May 15, 2012
1 parent b2a51a5 commit 0ecff6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org

root = true

[grunt.js]
indent_style = tab

[ui/**.js]
indent_style = tab

[tests/unit/**.js]
indent_style = tab

0 comments on commit 0ecff6a

Please sign in to comment.