all repos — dotfiles @ 7cdddd2f98bb6d284875c9788f249fa62840ccf7

random configuration files

micro/settings.json (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "colorscheme": "solarwolf",
    "diffgutter": true,
    "divchars": "  ",
    "mkparents": true,
    "parsecursor": true,
    "paste": true,
    "scrollbar": true,
    "softwrap": true,
    "statusformatl": "[$(opt:filetype)] $(opt:fileformat)/$(opt:encoding) ($(status.size))",
    "statusformatr": "$(modified)$(filename):$(line):$(col) .. $(status.lines)",
    "tabsize": 2,
    "tabstospaces": true
}