From 32170132d160bf3d194d0cc949ff6919aedb175f Mon Sep 17 00:00:00 2001 From: Alen Date: Sun, 24 Sep 2023 21:10:16 +0400 Subject: Add basic micro config with darcula-darker theme --- dot_config/micro/settings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dot_config/micro/settings.json (limited to 'dot_config/micro/settings.json') diff --git a/dot_config/micro/settings.json b/dot_config/micro/settings.json new file mode 100644 index 0000000..0dac42c --- /dev/null +++ b/dot_config/micro/settings.json @@ -0,0 +1,14 @@ +{ + "*zsh": { + "tabsize": 2 + }, + "*.json": { + "tabsize": 2 + }, + "colorscheme": "darcula-darker", + "indentchar": "→", + "rmtrailingws": true, + "savecursor": true, + "tabmovement": true, + "tabstospaces": true +} -- cgit 1.4.1-2-gfad0