File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,21 @@ This will produce the `WebSocketWithOpenCV` binary.
110
110
> Additionally, you should ` exit ` the ` nix develop ` shell and re-run `nix
111
111
develop --impure` if you modify any ` nix` files.
112
112
113
+ ## Formatter
114
+
115
+ The ` treefmt ` autoformatter has been configured in
116
+ [ treefmt.toml] ( ./treefmt.toml ) to automatically format the entire tree.
117
+
118
+ To invoke it, please install Nix, then run:
119
+
120
+ ``` sh
121
+ nix fmt
122
+ ```
123
+
124
+ We recommend you run this commmand before any commit to ensure your code meets
125
+ quality guidelines. Continuous integration will run on all commits to ensure
126
+ lints and formatting checks pass.
127
+
113
128
## Solution without package managers, only Meson
114
129
115
130
> [ !WARNING]
You can’t perform that action at this time.
0 commit comments