-
-
Notifications
You must be signed in to change notification settings - Fork 633
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format code-blocks in arrays concept so ... (#1085)
* Format code-blocks in arrays concept so they look nicer on the site. * Format the code
- Loading branch information
1 parent
64f7d9c
commit f8b335b
Showing
2 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"[markdown]": { | ||
"editor.wordWrap": "on", | ||
"editor.rulers": [ | ||
// This is the cut-off on the website for most code blocks if they are | ||
// displayed to a user. The rulers at 80 and 120 make less sense here | ||
// because of how whitespace is (not) rendered. | ||
65 | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters