We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53901b commit 050a8afCopy full SHA for 050a8af
1 file changed
.gitattributes
@@ -0,0 +1,8 @@
1
+# Ensure all text is checked out with Unix EOL
2
+* text=auto eol=lf
3
+
4
+# Ensure binary files aren't considered as text
5
+*.wasm binary
6
7
+# Genrated code from cargo-component
8
+component-model/examples/tutorial/*/src/bindings.rs linguist-generated
0 commit comments