You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,9 @@ files directly; instead, modify the include/nlohmann sources and regenerate the
153
153
make amalgamate
154
154
```
155
155
156
+
Running `make amalgamate` will also apply automatic formatting to the source files using
157
+
[`Artistic Style`](https://astyle.sourceforge.net/). This formatting may modify your source files in-place. Be certain to review and commit any changes to avoid unintended formatting diffs in commits.
158
+
156
159
## Recommended documentation
157
160
158
161
- The library’s [README file](https://github.com/nlohmann/json/blob/master/README.md) is an excellent starting point to
0 commit comments