commit 8f256db
hovercats
·
2025-01-14 06:05:13 +0000 UTC
parent 63301d5
config.def.lua: fix spacing
1 files changed,
+4,
-4
+4,
-4
1@@ -12,10 +12,10 @@ return {
2
3 -- package/file selection
4 fs={
5- -- Each entry contains a list of packages, a list of patterns
6- -- matching files to include from those packages, and a list of
7- -- patterns matching files to exclude. If no patterns are
8- -- specified, all files from the package are included.
9+ -- Each entry contains a list of packages, a list of patterns
10+ -- matching files to include from those packages, and a list of
11+ -- patterns matching files to exclude. If no patterns are
12+ -- specified, all files from the package are included.
13 {sets.core, exclude={'^include/', '^lib/.*%.a$'}},
14
15 -- You may also specify a list of patterns to include or exclude