Sign in
skia
/
external
/
github.com
/
google
/
wuffs
/
2fa96fc469cc3dbe4179435a25652c69a0b5b8cb
/
.
/
doc
/
note
/
auto-formatting.md
blob: f6eee028fb8655628b8f82f90b54a63cba59aa78 [
file
] [
log
] [
blame
] [
view
]
# Auto-Formatting
Within
this
repository
:
-
`C`
code
is
formatted
by
`clang-format-5.0 -style=Chromium`
.
-
`Go`
code
is
formatted
by
`gofmt`
.
-
`Wuffs`
code
is
formatted
by
[
`wuffsfmt`
](
/cmd/
wuffsfmt
).