mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Add EditorConfig file denoting indentation for JS
This commit is contained in:
parent
b2a51a589a
commit
0ecff6a4be
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user