diff options
author | Anthony Wang | 2022-05-13 12:26:32 -0500 |
---|---|---|
committer | Anthony Wang | 2022-05-13 12:26:32 -0500 |
commit | 8b96db9149cca38708f4ef2b27e69750c4b4964e (patch) | |
tree | 8101dcb3987d9a84b60c7c537172b904412ff828 | |
parent | d420aa3fb6360e4e2c5ecf02aab2cb775473b258 (diff) |
Add micro config
-rw-r--r-- | .config/micro/settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/micro/settings.json b/.config/micro/settings.json new file mode 100644 index 0000000..1d9b1b6 --- /dev/null +++ b/.config/micro/settings.json @@ -0,0 +1,4 @@ +{ + "softwrap": true, + "wordwrap": true +} |