Skip to content

Commit

Permalink
enhancement(lint): Fix lint errors for wak.toml
Browse files Browse the repository at this point in the history
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
  • Loading branch information
zeon-neon[bot] and NeonGamerBot-QK authored Dec 22, 2024
1 parent a4a04ab commit 6ce8aad
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions wak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
name = "My site" # your project name

0 comments on commit 6ce8aad

Please sign in to comment.