19 lines
545 B
JSON
19 lines
545 B
JSON
{
|
|
"autosu": true,
|
|
"basename": true,
|
|
"clipboard": "terminal",
|
|
"colorscheme": "azalea",
|
|
"diffgutter": true,
|
|
"eofnewline": false,
|
|
"hlsearch": true,
|
|
"hltrailingws": false,
|
|
"mkparents": true,
|
|
"savecursor": true,
|
|
"saveundo": true,
|
|
"scrollbar": true,
|
|
"scrollbarchar": " ",
|
|
"scrollmargin": 2,
|
|
"statusformatl": " $(filename) $(modified)($(line),$(col))$(status.paste) / ft:$(opt:filetype) / $(opt:fileformat) / $(opt:encoding)",
|
|
"statusformatr": "Micro Editor 🐈 Help: ^G / Quit: ^Q "
|
|
}
|