SQL-formatter
src/tools/SQL-formatter
SELECT
  *
FROM
  users
WHERE
  id = 1
ORDER BY
  created_at DESC