diff options
author | Trey Hunner <treyhunner@gmail.com> | 2012-02-27 17:37:39 -0800 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-15 13:41:15 -0400 |
commit | 0ecff6a4be98eb48f788342d10e185f9e86c39b9 (patch) | |
tree | c0f8342f24e3e5069fcf65223a6fe2987129e921 /.editorconfig | |
parent | b2a51a589ab4742c1146e9f3088822d706d85e4c (diff) | |
download | jquery-ui-0ecff6a4be98eb48f788342d10e185f9e86c39b9.tar.gz jquery-ui-0ecff6a4be98eb48f788342d10e185f9e86c39b9.zip |
Add EditorConfig file denoting indentation for JS
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 13 |
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 |