dotfiles/micro/settings.json

9 lines
129 B
JSON
Raw Normal View History

2021-08-02 16:10:37 +00:00
{
"*.go": {
"tabstospaces": false
},
"colorscheme": "night-owl",
2021-08-19 14:11:34 +00:00
"tabsize": 2,
"tabtospaces": true
2021-08-02 16:10:37 +00:00
}