From: Oleg Gaidarenko Date: Thu, 11 Feb 2016 19:47:36 +0000 (+0300) Subject: Build: simplify and correct .editorconfig X-Git-Tag: 2.2.1~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1b4435bb47765bc69f35221343ba45af95811320;p=jquery.git Build: simplify and correct .editorconfig --- diff --git a/.editorconfig b/.editorconfig index 06dbe065b..b5bd7f60e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,25 +3,14 @@ root = true - [*] +indent_style = tab end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -# Tabs in JS unless otherwise specified -[**.js] -indent_style = tab - -[test/**.xml] -indent_style = tab - -[test/**.php] -indent_style = tab +[package.json] +indent_style = space +indent_size = 2 -[test/**.html] -indent_style = tab - -[test/**.css] -indent_style = tab