diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 00000000..fc14d347 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,7 @@ +{ + "useTabs": true, + "printWidth": 120, + "singleQuote": true, + "trailingComma": "es5", + "quoteProps": "consistent" +} diff --git a/release-notes/v4-tucker/4.6.8.md b/release-notes/v4-tucker/4.6.8.md index ad08069a..0ac98c94 100644 --- a/release-notes/v4-tucker/4.6.8.md +++ b/release-notes/v4-tucker/4.6.8.md @@ -10,4 +10,4 @@ title: 4.6.8 - Throttling of non-safe HTTP requests and cache resolutions - Fix for skipping application of field select() after a custom get method - Fix for applying the correct permissions when deploying from Windows -- Disable fail-over handling by default for replication +- Disable fail-over handling by default for replication