Skip to content

Commit 14698e3

Browse files
authored
Add default line_width (#60)
1 parent 16b360f commit 14698e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JSOTutorials.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ default_builds = (:github, )
1212
function weave_file(folder, file, build_list = default_builds)
1313
target = joinpath(repo_directory, "tutorials", folder, file)
1414
@info("Weaving $(target)")
15+
set_chunk_defaults!(:line_width => 200)
1516

1617
if isfile(joinpath(repo_directory, "tutorials", folder, "Project.toml"))
1718
@info("Instantiating", folder)

0 commit comments

Comments
 (0)