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

tools: remove astyle configuration file

Also removes sed pattern style, since this was only supplementary to astyle, while uncrustify can handle this case itself.
This commit is contained in:
Oleg Hahm 2015-11-11 15:36:52 +01:00
parent f789d9180a
commit a32abe652f
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/! /!/