diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-02-11 22:47:36 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-02-11 22:55:39 +0300 |
commit | 1b4435bb47765bc69f35221343ba45af95811320 (patch) | |
tree | 37bbda54a5be8ba4b873729d25e45e64a483af94 /.editorconfig | |
parent | 30202be6e1730d46eec1966e2d78db7860935df9 (diff) | |
download | jquery-1b4435bb47765bc69f35221343ba45af95811320.tar.gz jquery-1b4435bb47765bc69f35221343ba45af95811320.zip |
Build: simplify and correct .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 19 |
1 files changed, 4 insertions, 15 deletions
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 |