squawk-fmt 2.50.0

Linter for Postgres migrations & SQL
Documentation
---
source: crates/squawk_fmt/tests/tests.rs
input_file: crates/squawk_fmt/tests/before/comments.sql
---
/** 
 * some license header maybe 
 *
 * 
 */

-- intentional new line follows, we should keep that

/* bar */
/* followed by another comment */

/* /* */ */

-- -- -- 

-- we have a big gap here, but we should only output a couple lines at most

/* end */