Skip to content

Commit 9b91e85

Browse files
committed
chore: Add .editorconfig for SWF tests
Add a dedicated .editorconfig for SWF tests as most files shouldn't be formatted.
1 parent f7742e5 commit 9b91e85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/tests/swfs/.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root = true
2+
3+
# Format only the test configuration, other files constitute tests and can
4+
# or sometimes even have to be formatted differently.
5+
[test.toml]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)