mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 15:35:50 +00:00
- Removed old contrib directory
This commit is contained in:
parent
ba26e9ebfd
commit
5fb47f40b8
@ -1,32 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
indent --blank-lines-after-declarations \
|
|
||||||
--blank-lines-after-procedures \
|
|
||||||
--swallow-optional-blank-lines \
|
|
||||||
--blank-lines-before-block-comments \
|
|
||||||
--format-all-comments \
|
|
||||||
--format-first-column-comments \
|
|
||||||
--comment-delimiters-on-blank-lines \
|
|
||||||
--start-left-side-of-comments \
|
|
||||||
--braces-after-if-line \
|
|
||||||
--braces-after-struct-decl-line \
|
|
||||||
--brace-indent 0 \
|
|
||||||
--dont-cuddle-else \
|
|
||||||
--dont-cuddle-do-while \
|
|
||||||
--case-indentation 4 \
|
|
||||||
--case-brace-indentation 0 \
|
|
||||||
--dont-space-special-semicolon \
|
|
||||||
--no-space-after-function-call-names \
|
|
||||||
--no-space-after-casts \
|
|
||||||
--no-space-after-for \
|
|
||||||
--no-space-after-if \
|
|
||||||
--no-space-after-while \
|
|
||||||
--space-after-parentheses \
|
|
||||||
--no-blank-lines-after-commas \
|
|
||||||
--break-function-decl-args \
|
|
||||||
--dont-break-function-decl-args-end \
|
|
||||||
--dont-break-procedure-type \
|
|
||||||
--indent-level 4 \
|
|
||||||
--continue-at-parentheses \
|
|
||||||
"$@"
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user