From 6ce8aadebf5f14aa7029a8dcb2dac345bdd1b27b Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:01:03 +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 e40af783..a9c3ca5c 100644 --- a/wak.toml +++ b/wak.toml @@ -5,11 +5,13 @@ version = 1 watchers = ['files'] [files] -include = ["*"] # files to include in tracking -exclude = [] # 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 = [] # 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 # language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping [project] -name = "My site" # your project name \ No newline at end of file +name = "My site" # your project name