Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 664 Bytes

gist_description.md

File metadata and controls

10 lines (6 loc) · 664 Bytes

Code style Gist for PR {0}

The .patch file below contains the necessary changes for making sure your PR conforms to the OF code style.

Usage

Download the patch file via the Download button on the left (to make sure all formatting is preserved). Apply the patch to the clean tip of your PR branch with git apply --index --whitespace=nowarn <patchfile>. The changes will land in your git staging area, ready to commit.

Before that, you can test if the patch succeeds with git apply --index --whitespace=nowarn --check <patchfile>

If you have problems, comment in the PR.