We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1fba1 commit 0ea698bCopy full SHA for 0ea698b
src/formatter.rs
@@ -233,7 +233,7 @@ impl<'a> Formatter<'a> {
233
self.add_new_line(query);
234
}
235
query.push_str(&self.equalize_whitespace(&self.format_reserved_word(token.value)));
236
- if newline_after {
+ if newline_after && token.alias != "CREATE" {
237
self.indentation.increase_top_level(span_info);
238
239
} else {
0 commit comments