Tagged Questions
2
votes
4answers
890 views
determining the line terminator in Emacs
I'm writing a config file and I need to define if the process expects a windows format file or a unix format file. I've got a copy of the expected file - is there a way I can check if it uses \n or ...