diff --git a/.editorconfig b/.editorconfig index 98ebc4dc8f1..331e3938087 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,6 @@ trim_trailing_whitespace = true [*.{yml,yaml}] indent_size = 4 + +[*.tsx.snap] +trim_trailing_whitespace = false