Skip to content

Commit 0ecff6a

Browse files
treyhunnerscottgonzalez
authored andcommitted
Add EditorConfig file denoting indentation for JS
1 parent b2a51a5 commit 0ecff6a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at http://EditorConfig.org
3+
4+
root = true
5+
6+
[grunt.js]
7+
indent_style = tab
8+
9+
[ui/**.js]
10+
indent_style = tab
11+
12+
[tests/unit/**.js]
13+
indent_style = tab

0 commit comments

Comments
 (0)