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

.astylerc: Respect max code line length of 100

This commit is contained in:
Kevin Funk 2014-08-04 10:55:30 +02:00
parent 153b577877
commit 7a6b69a778

View File

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