I'm using following commands:

```
set file=foobar.txt

if not exist "%file%" (
        type nul >> %file%
)

start "" "C:\Program Files (x86)\Geany\bin\geany.exe" "%file%"
```
If I use `File->New` no empty file will be created, but one containing the 
configured line ending. Maybe that is the workaround ("hack") Geany actually is 
using to set the default.

-- 
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/1950#issuecomment-420684994

Reply via email to