Browse Source
chore: Adjust editorconfig for package.json and package-lock.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/38927/head
Joas Schilling
2 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
4 additions and
0 deletions
-
.editorconfig
|
|
@ -24,6 +24,10 @@ trim_trailing_whitespace = false |
|
|
|
[*.svg] |
|
|
|
insert_final_newline = false |
|
|
|
|
|
|
|
[package*.json] |
|
|
|
indent_size = 2 |
|
|
|
indent_style = space |
|
|
|
|
|
|
|
[build/psalm-baseline.xml] |
|
|
|
indent_size = 2 |
|
|
|
indent_style = space |