From 5e7ee068f1e9bf810c7b46c5504fca51044ff8a2 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:41:51 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for wak.toml Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- wak.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/wak.toml b/wak.toml index b2c9303..be6fffd 100644 --- a/wak.toml +++ b/wak.toml @@ -4,10 +4,12 @@ version = 1 [files] -include = ["*"] # files to include in tracking -exclude = ["/node_modules"] # files to exclude in tracking -exclude_files = [".gitignore"] # files whose contents will be used to exclude other files from tracking -exclude_binary_files = true # whether to ignore binary files +include = ["*"] # files to include in tracking +exclude = ["/node_modules"] # files to exclude in tracking +exclude_files = [ + ".gitignore", +] # files whose contents will be used to exclude other files from tracking +exclude_binary_files = true # whether to ignore binary files [project] -name = "slack-zeon" # your project name \ No newline at end of file +name = "slack-zeon" # your project name