From e6460daae51ba574a0872461af82930dc8dc9d0c Mon Sep 17 00:00:00 2001 From: davidegirardi <16451191+davidegirardi@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:38:21 +0200 Subject: [PATCH] Do not trim trailing whitespaces for test snapshots (#11066) Signed-off-by: davidegirardi <16451191+davidegirardi@users.noreply.github.com> --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 98ebc4dc8f..331e393808 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,6 @@ trim_trailing_whitespace = true [*.{yml,yaml}] indent_size = 4 + +[*.tsx.snap] +trim_trailing_whitespace = false