Skip to content

Commit

Permalink
disable editor rulers (#178152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored Mar 24, 2023
1 parent e367f30 commit fabb574
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class InteractiveEditorWidget {
revealHorizontalRightPadding: 5,
minimap: { enabled: false },
guides: { indentation: false },
rulers: [],
cursorWidth: 1,
wrappingStrategy: 'advanced',
wrappingIndent: 'none',
Expand Down

0 comments on commit fabb574

Please sign in to comment.