eaarl-io
1.0.1+71abbd4
EAARL Input/Output Library (Public API)
|
This is a collection of miscellaneous information of interest to developers contributing to the eaarl-io library.
The project is set up to use clang-format to enforce a consistent coding style. The style is configured in .clang-format and is based on the WebKit style, with some modifications.
In Bash on Linux, you can run clang-format on all files in a directory recursively using this command:
In PowerShell on Windows, you can run clang-format on all files in a directory recursively using these commands: