Do not remove trailing space in *.reference test files (by modern IDEs) by adding it to .editorconfig

This commit is contained in:
Nikita Fomichev 2024-05-28 16:33:24 +02:00
parent efbf40ad28
commit 42097398b3

View File

@ -19,3 +19,7 @@ charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
# Some SQL results have trailing whitespace which is removed by IDEs
[tests/queries/**.reference]
trim_trailing_whitespace = false