Use same settings for editorconfig and prettier

This commit is contained in:
Florent Cailhol 2018-05-30 13:06:10 +02:00
parent e56a4c57d1
commit 912d5bef5c
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ root = true
[*]
indent_style = tab
indent_size = 4
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 233
max_line_length = 80
[.prettierrc]
indent_style = space