/ client / .prettierrc
.prettierrc
 1  {
 2    "printWidth": 120,
 3    "overrides": [
 4      {
 5        "files": ["public/locales/**/*.json"],
 6        "options": {
 7          "tabWidth": 4
 8        }
 9      }
10    ]
11  }