Overview of Formatting
sdf format
sdf format # Formats all files in the SDF Workspace sdf format /path/to/file.sql # Formats one specific file sdf format /path/to/dir/*.sql # Formats all files matching glob pattern
sdf-args: lint: > ... format: > -l line-length=80 -l indent=2 -l commas=leading
line-length
80
indent
2
commas
trailing