1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #1536 from krf/fix-astylerc

.astylerc: Respect max code line length of 100
This commit is contained in:
Ludwig Ortmann 2014-08-04 11:08:56 +02:00
commit 8aea1c196e

View File

@ -11,3 +11,4 @@
--break-closing-brackets
--add-brackets
--align-pointer=name
--max-code-length=100