Skip to content

Instantly share code, notes, and snippets.

@clowder
Created March 2, 2022 16:49
Show Gist options
  • Save clowder/ac72c6aa6775fee50f68970ab83980c3 to your computer and use it in GitHub Desktop.
Save clowder/ac72c6aa6775fee50f68970ab83980c3 to your computer and use it in GitHub Desktop.
SQLFluff Config
[sqlfluff]
dialect = postgres
templater = raw
[sqlfluff:rules]
tab_space_size = 2
max_line_length = 100
[sqlfluff:rules:L010]
# Keywords
capitalisation_policy = upper
[sqlfluff:rules:L030]
# Function names
capitalisation_policy = upper
[sqlfluff:rules:L040]
# Null & Boolean Literals
capitalisation_policy = upper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment