From 3d2d87d71c55489910ad08c60d3af3a204a91e8d Mon Sep 17 00:00:00 2001 From: Patrick Elmer Date: Mon, 11 Mar 2024 15:19:03 +0100 Subject: [PATCH] Add settings to pyproject.toml --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 204ed4c..ae65e48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,10 @@ +[tool.magicli] +indent = 2 +max_width = 60 +min_column_width = 13 +max_column_width = 25 +display_arguments_more_than = 3 + [build-system] requires = ["flit_core >=3.2,<4"] build-backend = "flit_core.buildapi"