Add micro editor configuration with syntax highlighting

This commit is contained in:
ushastoe
2025-12-13 16:47:23 +03:00
committed by GitHub
parent 6e309beabe
commit 32749c7294

16
.microrc Normal file
View File

@@ -0,0 +1,16 @@
# Micro editor configuration for syntax highlighting
# Colorscheme (optional)
set colorscheme default
# Tab settings
set tabsize 4
set expandtab true
# Behavior
set autoindent true
set softwrap true
set rmtrailingws true
# Enable syntax highlighting
set syntaxhl true