diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2015-11-05 18:13:00 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2015-11-05 18:13:00 -0500 |
commit | 1da144867f3a49bbac4342bd3f3242baae108eb9 (patch) | |
tree | 97d38b407f8b58094b5a48c4be845ed2410e763a /.editorconfig | |
parent | 79fc806e8500372a2278795c068d039ee287535f (diff) | |
download | jquery-1da144867f3a49bbac4342bd3f3242baae108eb9.tar.gz jquery-1da144867f3a49bbac4342bd3f3242baae108eb9.zip |
Tests: make editorconfig match css style
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index a7ed4a83a..06dbe065b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,5 +24,4 @@ indent_style = tab indent_style = tab [test/**.css] -indent_style = space -indent_size = 8 +indent_style = tab |