Skip to content

Latest commit

 

History

History
executable file
·
25 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

executable file
·
25 lines (14 loc) · 580 Bytes

meson.format - format-meson

alt text

A code-formatter made due the lack of avaible applications targetting this.

This aims to be simple but stable solution, when formatting meson.build-files.


Dependencies

- gcc (version >= 8.0.0)

How to build

Clone the repository, go to the root of it and simply type `meson build`,

then change into the generated `build`-directory and type `ninja`.


MIT-License