diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 14:47:44 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 14:47:44 +0300 |
commit | 7d1bc698a417d71c255d51ceabd55e1293d61de9 (patch) | |
tree | ebcedfd63d7127272bf329eefce140c58b5d028e /.editorconfig | |
parent | 0757cbbf4d8c0b362ab47b92f89176bcaf88da13 (diff) | |
download | webos-service-types-7d1bc698a417d71c255d51ceabd55e1293d61de9.tar.xz webos-service-types-7d1bc698a417d71c255d51ceabd55e1293d61de9.zip |
Update ESLint config
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 3e49128..c2459c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,9 +6,9 @@ root = true charset = utf-8 end_of_line = lf indent_size = 2 -indent_style = space +indent_style = tab insert_final_newline = true -tab_width = 2 +tab_width = 4 trim_trailing_whitespace = true [*.json] |