aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorTrey Hunner <treyhunner@gmail.com>2012-02-27 17:37:39 -0800
committerScott González <scott.gonzalez@gmail.com>2012-05-15 13:41:15 -0400
commit0ecff6a4be98eb48f788342d10e185f9e86c39b9 (patch)
treec0f8342f24e3e5069fcf65223a6fe2987129e921 /.editorconfig
parentb2a51a589ab4742c1146e9f3088822d706d85e4c (diff)
downloadjquery-ui-0ecff6a4be98eb48f788342d10e185f9e86c39b9.tar.gz
jquery-ui-0ecff6a4be98eb48f788342d10e185f9e86c39b9.zip
Add EditorConfig file denoting indentation for JS
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..7dd83491e
--- /dev/null
+++ b/.editorconfig
@@ -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