diff options
Diffstat (limited to 'doc/internal/code-style.markdown')
-rw-r--r-- | doc/internal/code-style.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/internal/code-style.markdown b/doc/internal/code-style.markdown index 65508fe9..f65eca0a 100644 --- a/doc/internal/code-style.markdown +++ b/doc/internal/code-style.markdown @@ -23,6 +23,8 @@ Guidelines that could be easily automated, have been. Please install: You can then run `make fmt` to format both C++ and Rust code. +Note: If you are running into issues running `make fmt` locally, there is a lightweight Docker container available you can use to format. Instructions are in the [Docker file](../../docker/code-formatting-tools.dockerfile). + [editorconfig]: https://editorconfig.org/ "EditorConfig" [astyle]: http://astyle.sourceforge.net/ "Artistic Style" |