ci: fix editorconfig (#3436)

This adjusts the editorconfig to be more reflective of the current style.
pull/3438/head
James Elliott 2022-05-26 12:20:36 +10:00 committed by GitHub
parent 4fc60a5cd8
commit cd53dfc533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,14 @@
root = true
[*]
indent_style = space
indent_size = 2
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[web/**]
indent_style = space
[{web/package.json,web/pnpm-lock.yaml}]
indent_size = 2