You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL formatters such as PgFormatter and sql-formatter often strip away newlines that follow comments. To prevent this, you typically need to add a directive telling the formatter to ignore a given file or section. However, this approach is incompatible with the import directive, since that must appear at the very beginning of the file.