18 lines
422 B
Text
18 lines
422 B
Text
[sqlfluff]
|
|
dialect = sqlite
|
|
exclude_rules = references.special_chars
|
|
|
|
[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
|
|
|
|
[sqlfluff:rules:layout.long_lines]
|
|
ignore_comment_lines = True
|