From 8e9da6dd16ea04f862feaf6ae02f9897d4d97732 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Wed, 24 Nov 2021 15:07:12 +0900 Subject: [PATCH] Update changelog_unreleased/typescript/11515.md Co-authored-by: Jed Fox --- changelog_unreleased/typescript/11515.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog_unreleased/typescript/11515.md b/changelog_unreleased/typescript/11515.md index 5f94688dfccc..4ebfaa4fe9e0 100644 --- a/changelog_unreleased/typescript/11515.md +++ b/changelog_unreleased/typescript/11515.md @@ -1,6 +1,6 @@ #### [HIGHLIGHT]Avoid extra offset in arrow function body when using long types (#11515 by @kachkaev and @thorn0) -Starting with Prettier 2.3.0, type declarations in arrow functions could affect function body offset. Changing the length of the type annotation could produce large diffs and thus increased the chance of git conflicts. To prevent this, function body offset was stabilized. +Starting with Prettier 2.3.0, type declarations in arrow functions could affect function body offset. Changing the length of the type annotation could produce large diffs and thus increased the chance of git conflicts. To prevent this, function body offset was stabilized.
**Note**: This change may affect a large number of lines in your codebase.