Skip to content

Instantly share code, notes, and snippets.

@aleclarson
Created September 22, 2024 00:55
Show Gist options
  • Save aleclarson/c923a5c4378d74b2eec095ecaf621f29 to your computer and use it in GitHub Desktop.
Save aleclarson/c923a5c4378d74b2eec095ecaf621f29 to your computer and use it in GitHub Desktop.
[sqlfluff]
dialect = postgres
templater = raw
[sqlfluff:indentation]
tab_space_size = 2
[sqlfluff:rules:capitalisation.keywords]
capitalisation_policy = upper
[sqlfluff:rules:capitalisation.types]
extended_capitalisation_policy = lower
[sqlfluff:rules:capitalisation.functions]
extended_capitalisation_policy = lower
[sqlfluff:layout:type:data_type]
spacing_within = touch:inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment