##// END OF EJS Templates
Disable automatic line endings conversion on windows...
Raphael Marmier -
r2550:45235e49 default
parent child Browse files
Show More
@@ -18,7 +18,8 b' hgext.win32text ='
18
18
19 [encode]
19 [encode]
20 ; Encode files that don't contain NUL characters.
20 ; Encode files that don't contain NUL characters.
21 ** = cleverencode:
21
22 ; ** = cleverencode:
22
23
23 ; Alternatively, you can explicitly specify each file extension that
24 ; Alternatively, you can explicitly specify each file extension that
24 ; you want encoded (any you omit will be left untouched), like this:
25 ; you want encoded (any you omit will be left untouched), like this:
@@ -28,7 +29,8 b' hgext.win32text ='
28
29
29 [decode]
30 [decode]
30 ; Decode files that don't contain NUL characters.
31 ; Decode files that don't contain NUL characters.
31 ** = cleverdecode:
32
33 ; ** = cleverdecode:
32
34
33 ; Alternatively, you can explicitly specify each file extension that
35 ; Alternatively, you can explicitly specify each file extension that
34 ; you want decoded (any you omit will be left untouched), like this:
36 ; you want decoded (any you omit will be left untouched), like this:
General Comments 0
You need to be logged in to leave comments. Login now