$ sudo apt-get install git-clang-format
$ clang-format --version
clang-format version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
$
/* | |
* xutil.h - X/Motif debugging | |
* | |
* Either include this file into your code ( #include "xutil.h" ) | |
* or cut and paste the functions as rerquired, to your code | |
* | |
* Either use the provided callback and eventhandler template | |
* or call the functions directly. | |
* | |
* By default all verbose gets printed out to "stdout" |
body { background: #222; color: #e6e6e6; } | |
a { color: #949494; } | |
a:link, a:visited { color: #949494; } | |
a:hover, a:active, a:focus { color: #c7c7c7; } | |
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; } |