We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4f274 commit 79b3ff2Copy full SHA for 79b3ff2
1 file changed
devtools/fixeol.py
@@ -5,6 +5,7 @@
5
6
from __future__ import print_function
7
import os.path
8
+import sys
9
10
def fix_source_eol(path, is_dry_run = True, verbose = True, eol = '\n'):
11
"""Makes sure that all sources have the specified eol sequence (default: unix)."""
0 commit comments