mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
3dc9221605
* THANKS: Add an entry for Bart. * indent.sh: Update switches (one was wrong for Nautilus style).
3 lines
347 B
Bash
3 lines
347 B
Bash
#!/bin/sh
|
|
|
|
indent --gnu-style --blank-lines-after-procedures --braces-on-if-line --braces-on-struct-decl-line --blank-before-sizeof --cuddle-else --space-after-cast --honour-newlines --indent-level8 --break-before-boolean-operator --continue-at-parentheses --space-after-procedure-calls --procnames-start-lines --start-left-side-of-comments "$@"
|