cmakefmt 0.1.0

Good enough (for me) CMake auto formatter.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.nom]
features = ["alloc"]
version = "7.1.3"

[dependencies.pretty]
version = "0.12.3"

[package]
authors = ["Pedro Tacla Yamada <tacla.yamada+git@gmail.com>"]
description = "Good enough (for me) CMake auto formatter."
edition = "2021"
license = "MIT"
license-file = "LICENSE"
name = "cmakefmt"
readme = "README.md"
repository = "https://github.com/yamadapc/cmakefmt"
version = "0.1.0"