# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1508399855 -10800
# Node ID da5f1fa46f2bce4a189968ec344c30cdd56f0377
# Parent  995df4804221ad49011d4c7d7248523d6a5cb380
force all python source code to have LF line ending

diff -r 995df4804221 -r da5f1fa46f2b .pylint
--- a/.pylint	Wed Oct 18 12:23:19 2017 +0300
+++ b/.pylint	Thu Oct 19 10:57:35 2017 +0300
@@ -317,7 +317,7 @@
 indent-after-paren=4
 
 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
-expected-line-ending-format=
+expected-line-ending-format=LF
 
 
 [IMPORTS]