diff --git a/.microrc b/.microrc new file mode 100644 index 0000000..a9c92e3 --- /dev/null +++ b/.microrc @@ -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