]> source.dussan.org Git - jquery-ui.git/commitdiff
Add EditorConfig file denoting indentation for JS
authorTrey Hunner <treyhunner@gmail.com>
Tue, 28 Feb 2012 01:37:39 +0000 (17:37 -0800)
committerScott González <scott.gonzalez@gmail.com>
Tue, 15 May 2012 17:41:15 +0000 (13:41 -0400)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..7dd8349
--- /dev/null
@@ -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