aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 7dd83491ed4cd2b95851559017f681e344e09efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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