Merge pull request #3576 from niten94/optmd-quote-sort

`options.md`: Add, sort entries and adjust formatting
This commit is contained in:
Jöran Karl
2025-01-29 17:13:53 +01:00
committed by GitHub
2 changed files with 48 additions and 43 deletions

View File

@@ -69,8 +69,8 @@ var defaultCommonSettings = map[string]interface{}{
"hlsearch": false,
"hltaberrors": false,
"hltrailingws": false,
"incsearch": true,
"ignorecase": true,
"incsearch": true,
"indentchar": " ",
"keepautoindent": false,
"matchbrace": true,
@@ -80,10 +80,10 @@ var defaultCommonSettings = map[string]interface{}{
"pageoverlap": float64(2),
"permbackup": false,
"readonly": false,
"relativeruler": false,
"reload": "prompt",
"rmtrailingws": false,
"ruler": true,
"relativeruler": false,
"savecursor": false,
"saveundo": false,
"scrollbar": false,