MOBILE-4616 lint: Fix json indent to 4 spaces
parent
c27fb811c7
commit
20fdc6ba7a
|
@ -9,7 +9,7 @@ insert_final_newline = true
|
|||
trim_trailing_whitespace = true
|
||||
|
||||
[*.json]
|
||||
indent_size = 2
|
||||
indent_size = 4
|
||||
|
||||
[*.ts]
|
||||
quote_type = single
|
||||
|
|
Loading…
Reference in New Issue