fix indentation

This commit is contained in:
Mathias Schneider
2026-05-04 17:23:10 +02:00
parent 65e66968e2
commit 777312620a
2 changed files with 20 additions and 15 deletions
-4
View File
@@ -75,10 +75,6 @@ vim.opt.shiftwidth = 4
-- Recommendation: Use true (spaces) for better portability across systems
vim.opt.expandtab = true
-- Smartindent: Auto-indent based on file type and syntax
-- Automatically adds indent after lines ending with specific characters
vim.opt.smartindent = true
-- ============================================================================
-- UI/UX SETTINGS
-- ============================================================================