Skip to content

Feature --PDI--Coding_Style_and_Astyle

Corentin Roussel requested to merge feature--PDI--Coding_style into master

This merge will make a folder tools in which a subfolder is dedicated to assess the correct format and indent of PDI. Procedure from root directory pdi:

  • cd tools/Format_and_Indent/
  • make all

And that's it.

It will fill a subdirectory .workdir with copies of the source and header files, check their indent, and replace the original afterward if diff show a difference.

This is using astyle that is distributed on most unix plateform but the option may change depending on the astyle version. The current formatting is limited but I have tried to match as much as possible PDI project indent/format/style.

Merge request reports