mirror of
https://github.com/google/wuffs.git
synced 2026-01-18 17:11:32 +01:00
Update doc/note/auto-formatting.md comparison link
This commit is contained in:
@@ -4,7 +4,7 @@ Within this repository:
|
||||
- Hand-written `C` code is formatted by `clang-format-9 -style=Chromium`.
|
||||
- Auto-generated `C` code is formatted by [`dumbindent`](/cmd/dumbindent),
|
||||
which isn't as 'pretty' in some sense, but is [substantially
|
||||
faster](https://github.com/google/wuffs/blob/8bf4084c8b92d7037db592342ba3025b90244419/cmd/dumbindent/main.go#L35-L51),
|
||||
faster](https://github.com/google/wuffs/blob/f935120aa6aef88b5f5fc04784f89d90dd901921/cmd/dumbindent/main.go#L35-L51),
|
||||
making the edit-compile-run cycle more productive.
|
||||
- `Go` code is formatted by `gofmt`.
|
||||
- `Wuffs` code is formatted by [`wuffsfmt`](/cmd/wuffsfmt).
|
||||
|
||||
Reference in New Issue
Block a user