Skip to content

Commit 1dd53b0

Browse files
committed
chore: add .editorconfig to preserve trailing whitespace in test files
1 parent 412ad6f commit 1dd53b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# See https://editorconfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Go files
7+
[*._test.go]
8+
# Preserve trailing whitespace in tests since some depend on it
9+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)