Re: [Github-comments] [geany/geany] Why is an extra line added to the end of lua files? (#2560)

2020-07-25 Thread Frank Lanitz
Closed #2560.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2560#event-3586824271

Re: [Github-comments] [geany/geany] Why is an extra line added to the end of lua files? (#2560)

2020-07-25 Thread Matthew Brush
Because you have the option enabled. See `Edit->Preferences->Files->Ensure new 
line at end of file` for the global setting or `Project->Project 
Properties->Files->Ensure new line at file end` for the project-specific 
setting. Note that it's not an "extra" line per se, it's just a newline at the 
end of the file as is common with *nix/POSIX files and complained about when 
missing by Git.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2560#issuecomment-663908818

[Github-comments] [geany/geany] Why is an extra line added to the end of lua files? (#2560)

2020-07-25 Thread Cael Rasmussen
https://imgur.com/0blINKb.png

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2560