Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
aab9be34
Commit
aab9be34
authored
Jun 30, 2014
by
yoogx
Browse files
* Helper script for pretty printing, based on GNAT
Pretty-Printer
parent
6cc3eb40
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/pretty_print.sh
0 → 100755
View file @
aab9be34
#!/bin/sh
for
file
in
`
ls
projects/
*
-
*
.gpr tools/mknodes/mknodes.gpr
`
;
do
echo
"Processing
$file
"
ADA_PROJECT_PATH
=
projects:
$ADA_PROJECT_PATH
&&
gnatpp
-rnb
-P
$file
;
done
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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