diff --git a/.config/micro/settings.json b/.config/micro/settings.json index eab6776..0f1ad9a 100644 --- a/.config/micro/settings.json +++ b/.config/micro/settings.json @@ -1,3 +1,8 @@ { - "softwrap": true + "mkparents": true, + "colorcolumn": 80, + "rmtrailingws": true, + "scrollbar": true, + "softwrap": true, + "wordwrap": true }