dotfiles/micro/settings.json

11 lines
178 B
JSON

{
"*.go": {
"tabstospaces": false
},
"autosave": 60,
"clipboard": "terminal",
"colorscheme": "night-owl",
"tabsize": 2,
"tabtospaces": true
}