Skip to content

Wrap default values in back ticks for tabhighlight and tabreverse#2874

Closed
itsf4llofstars wants to merge 2 commits into
micro-editor:masterfrom
itsf4llofstars:ifos
Closed

Wrap default values in back ticks for tabhighlight and tabreverse#2874
itsf4llofstars wants to merge 2 commits into
micro-editor:masterfrom
itsf4llofstars:ifos

Conversation

@itsf4llofstars
Copy link
Copy Markdown

Default value false in option "tabhighlight" documentation, options.md Line: 385 was missing back ticks.

Wrap false in back ticks for document formatting.

* `tabhighlight`: inverts the tab characters' (filename, save indicator, etc)
  colors with respect to the tab bar.

-   default value: false
+   default value: `false`

* `tabreverse`: reverses the tab bar colors when active.

Default value true in option "tabrevers" documentation, options.md Line: 389 was missing back ticks.

Wrap true in back ticks for document formatting.

* `tabreverse`: reverses the tab bar colors when active.

-   default value: true
+   default value: `true`

* `tabsize`: the size in spaces that a tab character should be displayed with.

Please let me know if there was any problems with this pull request. Thanks for the opportunity to contribute, and for the micro text editor.

Cheers
itsf4llofstars

options.md Line: 385: Wrap false with backticks in default
value of tabhighlight options documentation
options.md Line: 389: Wrap true with backticks in default
value of tabreverse options documentation
@dmaluka
Copy link
Copy Markdown
Collaborator

dmaluka commented Jan 19, 2025

Duplicate of #3615

@dmaluka dmaluka marked this as a duplicate of #3615 Jan 19, 2025
@dmaluka dmaluka closed this Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants