Page MenuHomePhabricator

Added guide for OSX users on how to install clang-format-8.
ClosedPublic

Authored by tobias_ruck on Jan 8 2020, 15:35.

Details

Summary

Added the command that allowed me to use clang-format-8 without having to recompile llvm & clang to CONTRIBUTING.md.

Test Plan

I ran npm install -g clang-format@1.2.4. I had to delete/move some files due to conflicts with another installation, but after that, running arc diff succeeded. A fresh installation should work with just that command; otherwise the instructions can be amended to accomodate for additional problems.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jan 8 2020, 15:35
Fabien added a subscriber: Fabien.

Tested working on Catalina.

This revision is now accepted and ready to land.Jan 8 2020, 16:34