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