diff --git a/data/tutorials/platform/1_07_ocamlformat.md b/data/tutorials/platform/1_07_ocamlformat.md index 25cdb0f5b3..8e57470faf 100644 --- a/data/tutorials/platform/1_07_ocamlformat.md +++ b/data/tutorials/platform/1_07_ocamlformat.md @@ -4,7 +4,7 @@ title: "Formatting Your Code With OCamlFormat" short_title: "Formatting Your Code" description: | How to set up OCamlFormat to automatically format your code -category: "Editor Support" +category: "Tooling" --- Automatic formatting with OCamlFormat requires an `.ocamlformat` configuration file at the root of the project. @@ -22,4 +22,4 @@ In addition to editor plugins that use OCamlFormat for automatic code formatting ```shell $ opam exec -- dune fmt -``` \ No newline at end of file +```