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>
This commit is contained in:
zeon-neon[bot] 2024-12-22 04:01:03 +00:00 committed by GitHub
parent a4a04ab71c
commit 6ce8aadebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,11 +5,13 @@ version = 1
watchers = ['files'] watchers = ['files']
[files] [files]
include = ["*"] # files to include in tracking include = ["*"] # files to include in tracking
exclude = [] # files to exclude in tracking exclude = [] # files to exclude in tracking
exclude_files = [".gitignore"] # files whose contents will be used to exclude other files from tracking exclude_files = [
exclude_binary_files = true # whether to ignore binary 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 # language_mapping = {".kicad_sch" = "Kicad Schematic"} # custom language mapping
[project] [project]
name = "My site" # your project name name = "My site" # your project name