Skip to content

Commit 71a0b4f

Browse files
committed
fix typo
1 parent 48778df commit 71a0b4f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.gitattributes

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* text=auto eof=lf
1+
* text=auto eol=lf
22

33
################################################################################
44
# The following files are binary and should be left untouched.
@@ -25,7 +25,6 @@
2525
cfn-init binary
2626
*.node binary
2727
*.wasm binary
28-
*.bat binary
2928

3029
# Documents
3130
*.pdf binary
@@ -36,7 +35,6 @@ cfn-init binary
3635
*.ppt binary
3736
*.pptx binary
3837
*.odt binary
39-
*.csv binary
4038

4139
# Images
4240
*.png binary
@@ -48,7 +46,6 @@ cfn-init binary
4846
*.tif binary
4947
*.tiff binary
5048
*.webp binary
51-
*.svg binary
5249

5350
# Audio & Video
5451
*.mp3 binary
@@ -63,3 +60,10 @@ cfn-init binary
6360
*.jks binary
6461
*.db binary
6562
*.sqlite binary
63+
64+
# Windows batch files must always use CRLF, or they may fail to execute.
65+
*.bat text eol=crlf
66+
*.cmd text eol=crlf
67+
68+
# PowerShell can handle LF, but CRLF is safer for Windows-specific scripts
69+
*.ps1 text eol=crlf

0 commit comments

Comments
 (0)