QObject name example name wrapper 名称 SqlEnterpriseFormatter Indentation 缩进 Line up keywords in multi-line queries 多行查询中提升关键字 Indent contents of parenthesis block 缩进括号块的内容 Tab size: 制表符宽度: New lines 新行 Before opening parenthesis in column definitions 列定义左括号前 After opening parenthesis in column definitions 列定义左括号后 Before closing parenthesis in column definitions 列定义右括号前 After closing parenthesis in column definitions 列定义右括号后 Before opening parenthesis in expressions 表达式左括号前 After opening parenthesis in expressions 表达式左括号后 Before closing parenthesis in expressions 表达式右括号前 After closing parenthesis in expressions 表达式右括号后 After JOIN keywords in FROM clause FROM 语句中 JOIN 关键字后 Put each column constraint in CREATE TABLE into new line CREATE TABLE 的每个列约束单列一行 After comma 逗号后 After comma in expressions 表达式中的逗号后 After semicolon 分号后 Never before semicolon 不在分号前 White spaces 空格 Before comma in lists 列表中的逗号前 After comma in lists 列表中的逗号后 Before opening parenthesis 左括号前 After opening parenthesis 左括号后 Before closing parenthesis 右括号前 After closing parenthesis 右括号后 No space between SQL function name and opening parenthesis SQL 函数名称与左括号之间无空格 Before dot operator (in path to database object) 数据库对象路径的.操作符前 After dot operator (in path to database object) 数据库对象路径的.操作符后 Before mathematical operator 数学运算符前 After mathematical operator 数学运算符后 Never before comma 不在逗号前 Names 名称 Preferred name wrapper 首选名称包裹符 Always use name wrapping 始终包裹名称 Uppercase data type names 大写数据类型名 Uppercase keywords 大写关键字 Comments 注释 Preferred comment marker (where possible): 首选注释标记(如可能): Move all comments to the line end 所有注释移动到行尾 Line up comments at the line end 提升行尾的注释 Preview 预览