Skip to content
Snippets Groups Projects
README.md 1.32 KiB

ICON OpenACC code beautifier 1.0

This is the experiment to apply rules from the ICON OpenACC style guide automatically. The goal is to test, if the rules can be applied with comprehensive python code and without any dependencies other than Python

Use on your own risk!

Tested with Python 3.6.12.

Warning: This main.py modifies given files in place!

Syntax: icon-openacc-beautifier file1 file2 directory1/ directory2/

Merge requests and comments welcome!

How to install

pip install .

Dependencies