Quote:
Originally Posted by Josieb1
The Unix style editor is the bit that throws me as I have no idea what that means or how to do it but I have fixed it.
|
Good that you could fix it. The Unix style thing refers to the way the end of a line is represented in the file, cf.
this. From the part of the configuration file that you posted I guessed that your editor does not support the Unix style end of line (a single LF). Many people recommend notepad++, which offers different end of line encodings as options.