Fix indentation in all package.json files

This commit is contained in:
Jan Oberhauser 2021-03-26 09:06:26 +01:00
parent b60b66d006
commit 4276150ac1
6 changed files with 335 additions and 328 deletions

View file

@ -6,3 +6,10 @@ indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[package.json]
indent_style = space
indent_size = 2
[*.ts]
quote_type = single