Skip to content

Commit 6b0172f

Browse files
committed
Update formatting
1 parent 9c3feb4 commit 6b0172f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/languages/transactsql/transactsql.formatter.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,7 @@ export const transactsql: DialectOptions = {
246246
reservedDataTypes: dataTypes,
247247
reservedFunctionNames: functions,
248248
nestedBlockComments: true,
249-
stringTypes: [
250-
{ quote: "''-qq", prefixes: ['N'] },
251-
'{}'
252-
],
249+
stringTypes: [{ quote: "''-qq", prefixes: ['N'] }, '{}'],
253250
identTypes: [`""-qq`, '[]'],
254251
identChars: { first: '#@', rest: '#@$' },
255252
paramTypes: { named: ['@'], quoted: ['@'] },

0 commit comments

Comments
 (0)