sqlparse icon indicating copy to clipboard operation
sqlparse copied to clipboard

sqlformat mangles newlines at end of file

Open jidanni opened this issue 4 years ago • 0 comments

sqlformat mangles newlines at end of file

# aptitude install sqlformat
# set stations.sql && sqlformat $@ | diff $@ -
17c17
< LIMIT 222;
---
> LIMIT 222;
\ No newline at end of file
# sqlformat --version
0.4.1

jidanni avatar Aug 21 '21 06:08 jidanni