diff options
Diffstat (limited to 'Master/texmf-dist/scripts/expltools/explcheck-config.lua')
-rwxr-xr-x | Master/texmf-dist/scripts/expltools/explcheck-config.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/expltools/explcheck-config.lua b/Master/texmf-dist/scripts/expltools/explcheck-config.lua new file mode 100755 index 00000000000..6d3fcde5b5c --- /dev/null +++ b/Master/texmf-dist/scripts/expltools/explcheck-config.lua @@ -0,0 +1,8 @@ +-- The default configuration for the static analyzer explcheck. + +return { + expect_expl3_everywhere = false, + max_line_length = 80, + porcelain = false, + warnings_are_errors = false, +} |