Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phylo
fastcodeml
Commits
14e81146
Commit
14e81146
authored
Dec 03, 2015
by
Iakov Davydov
Browse files
fix format.sh to not format nlopt.h
parent
18137892
Changes
1
Hide whitespace changes
Inline
Side-by-side
format.sh
View file @
14e81146
#!/bin/bash
ls
*
.cpp
*
.h |
grep
-Ev
"^(blas[.]h|lapack[.]h|nlopt[.
h
])$"
| xargs clang-format-3.6
-i
ls
*
.cpp
*
.h |
grep
-Ev
"^(blas[.]h|lapack[.]h|nlopt[.]
h
)$"
| xargs clang-format-3.6
-i
Iakov Davydov
@idavydov
mentioned in issue
#25 (closed)
·
Dec 03, 2015
mentioned in issue
#25 (closed)
mentioned in issue #25
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment