summary refs log tree commit diff
path: root/.config/micro/settings.json
blob: dd3b59edea19cb9cb79d7a55b7470f413416e803 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "autoclose": false,
    "autosu": true,
    "basename": true,
    "colorcolumn": 100,
    "colorscheme": "solarized",
    "mkparents": true,
    "parsecursor": true,
    "softwrap": true,
    "tabstospaces": true
}