File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Set default behavior to automatically normalize line endings.
2
+ * text =auto
3
+
4
+ # Ensure these files always have LF line endings on checkout
5
+ * .ts text eol =lf
6
+ * .js text eol =lf
7
+ * .mjs text eol =lf
8
+ * .cjs text eol =lf
9
+ * .jsx text eol =lf
10
+ * .tsx text eol =lf
11
+ * .json text eol =lf
12
+ * .md text eol =lf
13
+ * .yml text eol =lf
14
+ * .yaml text eol =lf
15
+ * .toml text eol =lf
16
+ * .go text eol =lf
17
+
18
+ # Shell scripts should always have LF
19
+ * .sh text eol =lf
20
+
21
+ # Windows batch files should have CRLF
22
+ * .bat text eol =crlf
23
+ * .cmd text eol =crlf
24
+
25
+ # Binary files should not be touched
26
+ * .png binary
27
+ * .jpg binary
28
+ * .jpeg binary
29
+ * .gif binary
30
+ * .ico binary
31
+ * .svg binary
32
+ * .woff binary
33
+ * .woff2 binary
34
+ * .ttf binary
35
+ * .eot binary
36
+ * .zip binary
37
+ * .tar.gz binary
38
+ * .tgz binary
39
+ * .exe binary
40
+ * .dll binary
41
+ * .so binary
42
+ * .dylib binary
You can’t perform that action at this time.
0 commit comments