MOBILE-4616 lint: Fix json indent to 4 spaces

main
Pau Ferrer Ocaña 2024-07-10 09:51:54 +02:00
parent c27fb811c7
commit 20fdc6ba7a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.json] [*.json]
indent_size = 2 indent_size = 4
[*.ts] [*.ts]
quote_type = single quote_type = single