diff options
Diffstat (limited to 'dot_config/micro/settings.json')
-rw-r--r-- | dot_config/micro/settings.json | 14 |
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 +} |