nyazoom/.sqlfluff

19 lines
422 B
Text
Raw Permalink Normal View History

2024-11-15 18:53:47 +00:00
[sqlfluff]
dialect = sqlite
exclude_rules = references.special_chars
2024-11-15 18:53:47 +00:00
2024-11-16 05:57:53 +00:00
[sqlfluff:rules:capitalisation.keywords]
# Keywords
capitalisation_policy = upper
2024-11-15 18:53:47 +00:00
[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