mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
11 lines
248 B
Bash
11 lines
248 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||
|
${DIR}/do_format_code.sh
|
||
|
${DIR}/do_remove_trailing_whitespace.sh
|
||
|
${DIR}/do_add_all_file_types_to_gitattributes.sh
|
||
|
${DIR}/do_project_settings.sh
|
||
|
${DIR}/do_rebuild_natives.sh
|