@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
23 lines (22 loc) • 745 B
TypeScript
export interface FormatterOptionsProto {
'newLineType'?: (string);
'lineLengthLimit'?: (number);
'indentationSpaces'?: (number);
'allowInvalidTokens'?: (boolean);
'capitalizeKeywords'?: (boolean);
'preserveLineBreaks'?: (boolean);
'expandFormatRanges'?: (boolean);
'enforceSingleQuotes'?: (boolean);
'capitalizeFunctions'?: (boolean);
}
export interface FormatterOptionsProto__Output {
'newLineType': (string);
'lineLengthLimit': (number);
'indentationSpaces': (number);
'allowInvalidTokens': (boolean);
'capitalizeKeywords': (boolean);
'preserveLineBreaks': (boolean);
'expandFormatRanges': (boolean);
'enforceSingleQuotes': (boolean);
'capitalizeFunctions': (boolean);
}