-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (27 loc) · 736 Bytes
/
.gitattributes
File metadata and controls
27 lines (27 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.github/** eol=lf
.gitignore eol=lf
.gitmodules eol=lf
**/*.bin binary
**/*.wasm binary
**/*.jar binary
**/*.zip binary
**/*.h eol=lf
.prettierrc.js linguist-vendored=true eol=lf
**/CMakeLists.txt linguist-vendored=true eol=lf
**/Doxyfile linguist-vendored=true eol=lf
**/*.css linguist-vendored=true eol=lf
**/*.ts linguist-vendored=true eol=lf
**/*.mjs linguist-vendored=true eol=lf
**/*.cjs linguist-vendored=true eol=lf
**/*.html linguist-vendored=true eol=lf
**/*.rc linguist-vendored=true eol=lf
bindings/native/docs/** linguist-vendored=true eol=lf
**/*.java eol=lf
**/*.rs eol=lf
bindings/node/src/lib.js eol=lf
**/*.md eol=lf
**/*.bat eol=lf
**/*.toml eol=lf
**/*.properties eol=lf
**/*.json eol=lf
bindings/java/gradlew eol=lf