Files must use CRLF line endings. In the example below, ← is carraige-return ‘\r’ while ↵ is line-feed, ‘\n’

Anti-pattern

Foo = 3↵

Best practice

Foo = 3←↵