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:
commit
877d281971
13
.astylerc
13
.astylerc
@ -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
|
@ -1,7 +0,0 @@
|
||||
s/\bif(/if (/
|
||||
s/\bswitch(/switch (/
|
||||
s/\bcase(/case (/
|
||||
s/\bwhile(/while (/
|
||||
s/\bfor(/for (/
|
||||
s/\bdo(/do (/
|
||||
s/! /!/
|
Loading…
Reference in New Issue
Block a user