1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #4255 from OlegHahm/remove_astyle_config

tools: remove astyle configuration file
This commit is contained in:
Oleg Hahm 2015-11-11 18:03:41 +01:00
commit 877d281971
2 changed files with 0 additions and 20 deletions

View File

@ -1,13 +0,0 @@
--style=1tbs
--indent=spaces=4
--indent-switches
--indent-labels
--indent-col1-comments
--min-conditional-indent=0
--unpad-paren
--pad-oper
--pad-header
--break-closing-brackets
--add-brackets
--align-pointer=name
--max-code-length=100

View File

@ -1,7 +0,0 @@
s/\bif(/if (/
s/\bswitch(/switch (/
s/\bcase(/case (/
s/\bwhile(/while (/
s/\bfor(/for (/
s/\bdo(/do (/
s/! /!/