An open API service indexing awesome lists of open source software.

https://github.com/insoft-uk/ppl-reformat

Reformating your code enforce a consistent coding style throughout your project, making it easier for multiple developers to work on the same codebase. It helps maintain a uniform look and feel, which can enhance code readability. Readability: Well-formatted code is easier to read and understand.
https://github.com/insoft-uk/ppl-reformat

code-formatting code-quality coding-style consistent-style developer-tools hp-prime ppl readability

Last synced: 10 days ago
JSON representation

Reformating your code enforce a consistent coding style throughout your project, making it easier for multiple developers to work on the same codebase. It helps maintain a uniform look and feel, which can enhance code readability. Readability: Well-formatted code is easier to read and understand.

Awesome Lists containing this project

README

          

# Reformater for PPL Code
Reformating your code enforce a consistent coding style throughout your project, making it easier for multiple developers to work on the same codebase. It helps maintain a uniform look and feel, which can enhance code readability. Readability: Well-formatted code is easier to read and understand.

> The planned update will support .hpprgm files with headers and footers, including both the G1 and the new G2 formats. It will output the file as a UTF-16 LE .ppl file. Supported input formats will include .ppl, binary .hpprgm, and non-binary .hpprgm files that is, .hpprgm files that are simply UTF-16 LE text files, similar to .ppl.

> [!NOTE]
The PPL file must be in UTF-16LE format, and at this time, .hpprgrm files with header and footer are not supported—only raw code is accepted currently.