Skip to content

Commit

Permalink
chore(docs) reduce tab-size in docs for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Nov 9, 2021
1 parent 770da7a commit ac7a11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/config.ld
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ topics = {

format = "markdown"
plain = true
style = true
1 change: 1 addition & 0 deletions docs/ldoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ pre {
margin: 10px 0 10px 0;
overflow: auto;
font-family: "Andale Mono", monospace;
tab-size: 2;
}

pre.example {
Expand Down

0 comments on commit ac7a11f

Please sign in to comment.