Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 293 Bytes

Format.md

File metadata and controls

23 lines (20 loc) · 293 Bytes

How to format the code

elvish bin/format

clang-format

Pin clang-format to 16.0.x.

macOS

brew install clang-format

Windows

scoop install [email protected]

Linux

We need to install llvm manually on Linux.

For example:

xrepo install "llvm==16.0.5"