Show More
@@ -69,8 +69,8 b' overall behavior. There are three settin' | |||
|
69 | 69 | have mixed EOLs on purpose. |
|
70 | 70 | |
|
71 | 71 | - ``eol.fix-trailing-newline`` (default False) can be set to True to |
|
72 | ensure that converted files end with a EOL character (either ``\n`` | |
|
73 | or ``\r\n`` as per the configured patterns). | |
|
72 | ensure that converted files end with a EOL character (either ``\\n`` | |
|
73 | or ``\\r\\n`` as per the configured patterns). | |
|
74 | 74 | |
|
75 | 75 | The extension provides ``cleverencode:`` and ``cleverdecode:`` filters |
|
76 | 76 | like the deprecated win32text extension does. This means that you can |
General Comments 0
You need to be logged in to leave comments.
Login now