Files
PgTidy/docs/config/trailing-commas.pgtidy.yaml
warkanum 932c83dbad feat(cmd): add unified diff output option for formatting
* Implemented `-d`/`--diff` flag to print unified diffs.
* Added `unifiedDiff` function for generating diffs.
* Config discovery now merges fields from `.pgtidy.yaml`.
2026-06-27 19:32:57 +02:00

8 lines
225 B
YAML

# Trailing-comma style — comma at the end of each line rather than the start.
# Matches the SQL style common in tools like dbt and some BI platforms.
keyword_case: upper
ident_case: lower
type_case: lower
commas: trailing