We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba00e0 commit cad16c3Copy full SHA for cad16c3
.editorconfig
@@ -7,9 +7,15 @@ root = true
7
[*]
8
end_of_line = lf
9
charset = utf-8
10
-trim_trailing_whitespace = true
11
insert_final_newline = true
12
+# some tests need trailing whitespace in output snapshots
13
+[!tests/]
14
+trim_trailing_whitespace = true
15
+# for actual source code files of test, we still don't want trailing whitespace
16
+[tests/**.{rs,js}]
17
18
+
19
[!src/llvm-project]
20
indent_style = space
21
indent_size = 4
0 commit comments