From 379a22c8d6adb07e79080b266d5713d3ea7ec1d3 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 Aug 2022 11:12:44 +0200 Subject: [PATCH] update micro config file --- .config/micro/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }