From 5f5b567424f9b58da6c9df38d4fe5b32f659f0d3 Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 14 Jun 2022 09:56:01 +0100 Subject: [PATCH] formatting changes --- example-mlc.toml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/example-mlc.toml b/example-mlc.toml index 6d5e0e1..2ce043f 100644 --- a/example-mlc.toml +++ b/example-mlc.toml @@ -1,14 +1,18 @@ mode = "repository" name = "test" -repo = ["1::ame", - "1::jade", - "2::notop-git", - "3::slippy-rb"] +repo = [ + "1::ame", + "1::jade", + "2::notop-git", + "3::slippy-rb" +] -urls = ["https://git.tar.black/crystal/%repo%", - "https://aur.archlinux.org/%repo%", - "https://github.com/jnats/%repo%"] +urls = [ + "https://git.tar.black/crystal/%repo%", + "https://aur.archlinux.org/%repo%", + "https://github.com/jnats/%repo%" +] # in this example, mlc will create a repository called "test", with 4 packages # these packages will be expanded based on the index number they have (index_number::package)