aboutsummaryrefslogtreecommitdiff
path: root/misc/hooks
Commit message (Collapse)AuthorAgeFilesLines
* Change shebang of pre-commit-clang-format hook to make it portablerobfram2018-03-061-1/+1
| | | | | | | | The default one is "#!/bin/bash", but BSD systems doesn't have bash in that path. For portability reasons, it should be changed to "#!/usr/bin/env bash". More info: https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability
* Style: Apply clang-format to Java filesRémi Verschelde2017-12-101-1/+1
| | | | Only those from org/godotengine/godot though, not the thirdparty ones.
* Fix typos 'a' and 'an'Poommetee Ketson2017-09-021-2/+2
|
* squish: Update to upstream version 1.15Rémi Verschelde2017-04-091-0/+5
| | | | Also fix clang-format pre-commit hook to ignore thirdparty files.
* Style: Apply clang-format (3.9.1) to Obj-C++ filesRémi Verschelde2017-04-091-1/+1
|
* clang-format: Add pre-commit hookRémi Verschelde2017-02-124-0/+258
Derived from https://github.com/githubbrowser/Pre-commit-hooks and https://gitlab.cern.ch/GeantV/geant/blob/master/hooks/pre-commit-clang-format