beremiz

da5f1fa46f2b
Parents 995df4804221
Children fb73a6b6622d
force all python source code to have LF line ending
  • +1 -1
    .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]