my stupid ass forgor the file import...

This commit is contained in:
chloe 2025-03-11 20:53:53 +01:00
parent 168f9fe056
commit 90257dc9a5
4 changed files with 14 additions and 3 deletions

View file

@ -12,8 +12,8 @@
signcolumn = "yes";
# Tab defaults (might get overwritten by an LSP server)
tabstop = 4;
shiftwidth = 4;
tabstop = 2;
shiftwidth = 2;
softtabstop = 0;
expandtab = true;
smarttab = true;