Skip to content

Commit 6ce8aad

Browse files
enhancement(lint): Fix lint errors for wak.toml
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
1 parent a4a04ab commit 6ce8aad

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

wak.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ version = 1
55
watchers = ['files']
66

77
[files]
8-
include = ["*"] # files to include in tracking
9-
exclude = [] # files to exclude in tracking
10-
exclude_files = [".gitignore"] # files whose contents will be used to exclude other files from tracking
11-
exclude_binary_files = true # whether to ignore binary files
8+
include = ["*"] # files to include in tracking
9+
exclude = [] # files to exclude in tracking
10+
exclude_files = [
11+
".gitignore",
12+
] # files whose contents will be used to exclude other files from tracking
13+
exclude_binary_files = true # whether to ignore binary files
1214
# language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping
1315

1416
[project]
15-
name = "My site" # your project name
17+
name = "My site" # your project name

0 commit comments

Comments
 (0)