Skip to content

Commit 012db94

Browse files
committed
Remove implicit OCamlFormat bias from the formatter section
1 parent d391e0d commit 012db94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

data/tutorials/platform/1_07_ocamlformat.md renamed to data/tutorials/platform/1_07_code_formatting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
id: "formatting-your-code"
3-
title: "Formatting Your Code With OCamlFormat"
3+
title: "Formatting Your Code"
44
short_title: "Formatting Your Code"
55
description: |
6-
How to set up OCamlFormat to automatically format your code
6+
How to set up formatting of your code
77
category: "Editor Support"
88
---
99

10+
## Using OCamlFormat
11+
1012
Automatic formatting with OCamlFormat requires an `.ocamlformat` configuration file at the root of the project.
1113

1214
An empty file is accepted, but since different versions of OCamlFormat will vary in formatting, it

0 commit comments

Comments
 (0)