- 05 Oct, 2017 3 commits
-
-
Adam Procter authored
Detect macOS and adapt sed usage in clang-format version check script; also fix small typo in err msg (#169)
-
Christian Convey authored
-
Adam Procter authored
Emacs likes to add hidden symlinks with names like '.#myfile.cpp' that don't actually point to real files as a locking mechanism, which cause the format check/apply scripts to fail. This tweaks the format scripts to ignore files that are symlinks (adds a -type f predicate to the find commands), which gets around this issue.
-
- 07 Aug, 2017 1 commit
-
-
Christian Convey authored
-