Merge pull request #7448 from webpack/fix/editorconfig

Use same settings for editorconfig and prettier
This commit is contained in:
Tobias Koppers 2018-05-30 19:22:53 +02:00 committed by GitHub
commit 1115cdecd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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