This commit is contained in:
arcan1s 2015-10-17 11:22:54 +03:00
parent 99af1d5c2a
commit 7459e2e306

View File

@ -101,7 +101,7 @@ make cppcheck
clang-format -i -style=LLVM /path/to/source/files
{% endhighlight %}
<p>(Unfortunately it <b>cound not</b> work with directories recursive.)</p>
<p>(Unfortunately it <b>could not</b> work with directories recursive.)</p>
<ul>
<li><code>-i</code> enables files auto replace (otherwise the result will be printed to stdout).</li>