karan / joe

:running: A .gitignore magician in your command line
http://karan.github.io/joe/
MIT License
2.88k stars 210 forks source link

Generated sections don't always end with newline #82

Closed chronodm closed 7 years ago

chronodm commented 8 years ago

Steps to reproduce:

  1. joe g emacs,java

Expected:

#### joe made this: http://goel.io/joe
#### emacs ####
(...)
# projectiles files
.projectile

#### java ####
*.class
(...)

Actual:

#### joe made this: http://goel.io/joe
#### emacs ####
(...)
# projectiles files
.projectile#### java ####
*.class
(...)
karan commented 7 years ago

Will fix in next release.