├── CHANGELOG.md ├── LICENSE ├── README.md ├── deps.edn ├── src └── clormat │ └── core.cljc └── test └── clormat └── core_test.cljc /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quoll/clormat/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quoll/clormat/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quoll/clormat/HEAD/README.md -------------------------------------------------------------------------------- /deps.edn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quoll/clormat/HEAD/deps.edn -------------------------------------------------------------------------------- /src/clormat/core.cljc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quoll/clormat/HEAD/src/clormat/core.cljc -------------------------------------------------------------------------------- /test/clormat/core_test.cljc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quoll/clormat/HEAD/test/clormat/core_test.cljc --------------------------------------------------------------------------------