vim stuff

This commit is contained in:
2026-06-26 22:25:01 -04:00
parent f656f0f956
commit 5d22c2f937
2 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
set expandtab " Convert tabs to spaces
set tabstop=4 " Display existing tab characters as 4 spaces wide
set shiftwidth=4 " Use 4 spaces for each indentation level (e.g., with >> or autoindent)
set softtabstop=4 " Pressing Tab inserts 4 spaces; Backspace deletes 4 spaces at once
set number
set cursorline