]> git.donarmstrong.com Git - qmk_firmware.git/commit
docs/contributing: add `#pragma once` to Coding Conventions
authorJames Laird-Wah <james@laird-wah.net>
Sat, 15 Sep 2018 01:50:12 +0000 (11:50 +1000)
committerDrashna Jaelre <drashna@live.com>
Sat, 15 Sep 2018 16:37:06 +0000 (09:37 -0700)
commitb1f11636c63694f0e94504e5752e963c73f86c3b
treed90ce9576adc95b57f9a6ed28fa090aef2eec8e7
parent48a992f1c037658bbacccefd2709ffdcda8bb345
docs/contributing: add `#pragma once` to Coding Conventions

This supersedes the older include guard mechanism since all the
compilers now support it. It's easier for new users and less prone
to error.
docs/contributing.md