14 lines
317 B
Text
14 lines
317 B
Text
[sqlfluff]
|
|
dialect = sqlite
|
|
|
|
[sqlfluff:rules:capitalisation.keywords]
|
|
# Keywords
|
|
capitalisation_policy = upper
|
|
|
|
[sqlfluff:layout:type:column_constraint_segment]
|
|
spacing_before = align
|
|
align_within = create_table_statement
|
|
|
|
[sqlfluff:layout:type:data_type]
|
|
spacing_before = align
|
|
align_within = create_table_statement
|