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 504a2c1Copy full SHA for 504a2c1
.editorconfig
@@ -7,9 +7,12 @@ 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
+
16
[!src/llvm-project]
17
indent_style = space
18
indent_size = 4
0 commit comments