Files
PgTidy/docs/config/lowercase.pgtidy.yaml
T
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
201 B
YAML

# Fully lowercase style — keywords, types, and identifiers all lowercased.
# Common in teams that prefer minimal visual noise.
keyword_case: lower
ident_case: lower
type_case: lower
commas: leading