summary refs log tree commit diff
path: root/dot_config/micro/settings.json
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-24 21:10:16 +0400
committerAlen <alen@dotfiles.xyz>2023-09-24 21:10:16 +0400
commit32170132d160bf3d194d0cc949ff6919aedb175f (patch)
treef6216aa785470ea2bd69cbb42a5995dfd4afa964 /dot_config/micro/settings.json
parent845df0a81ce8c33ec28e0f74be51e279f12df1fd (diff)
Add basic micro config with darcula-darker theme
Diffstat (limited to 'dot_config/micro/settings.json')
-rw-r--r--dot_config/micro/settings.json14
1 files changed, 14 insertions, 0 deletions
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
+}