diff --git a/.prettierrc.yml b/.prettierrc.yml index a1ecdbb..d45ccb0 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -2,6 +2,11 @@ bracketSpacing: true printWidth: 120 proseWrap: "always" singleQuote: false -tabWidth: 2 +tabWidth: 4 trailingComma: "all" useTabs: false + +overrides: + - files: ["*.json", "*.md", "*.yml"] + options: + tabWidth: 2