···2020.gitattributes typo.long-line=may typo.utf8
2121.gitmodules typo.long-line=may typo.tab=may
22222323+.editorconfig typo.missing-header=may
2424+2325# Binary files
2426/boot/ocamlc binary
2527/boot/ocamllex binary
···5355META.in typo.missing-header
54565557# Hyperlinks and other markup features cause long lines
5656-*.adoc typo.long-line=may typo.very-long-line=may
5858+*.adoc typo.long-line=may typo.very-long-line=may typo.utf8=may
5759*.md typo.long-line=may typo.very-long-line=may
58605961# Github templates and scripts lack headers, have long lines
+3
Changes
···254254 (Ulysse Gérard, Leo White, review by Antonin Décimo, Gabriel Scherer,
255255 Samuel Vivien, Florian Angeletti and Jacques Garrigue)
256256257257+- #13748: Add a .editorconfig file for basic editor auto-configuration.
258258+ (Antonin Décimo, review by Gabriel Scherer and David Allsopp)
259259+257260### Build system:
258261259262- #13431: Simplify github action responsible for flagging PRs with
+10
HACKING.adoc
···237237git cherry-pick -x -m 1 <merge-commit-hash>
238238----
239239240240+=== Code style
241241+242242+Keep the style of the code you’re modifying. We don’t enforce the use of
243243+automated formatters. For OCaml code,
244244+https://github.com/OCamlPro/ocp-indent[ocp-indent] has been used.
245245+We use https://editorconfig.org/[EditorConfig] for simple styling. Lots of
246246+editors support EditorConfig
247247+https://editorconfig.org/#pre-installed[out-of-the-box], or with
248248+https://editorconfig.org/#download[plugins].
249249+240250[#opam-switch]
241251=== Testing with `opam`
242252