Hi there,
got a little problem with** “ensure_newline_at_eof_on_save”: true** and LaTeX files in SublimeText 3.
Sometimes when i worked on a file and saved it, Sublime Text 3 saves some invalid characters at the end of the file so that my LaTeX-compiler wont compile the file.
The error message is: "Text line contains an invalid character ^^@"
When i reopen the file with UTF-8 encoding, there are NUL symbols at the end of the file. When i delete them, “ensure_newline_at_eof_on_save”: true again creates invalid characters at the end of the file.
Nothing happens and everything works fine when “ensure_newline_at_eof_on_save”: false.
Could you help me?
