1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: improved guidelines for filetypes

This commit is contained in:
2024-04-18 01:24:55 +02:00
parent e63be081b6
commit 7e7f1713ae
3 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
vim.o.shiftwidth = 2
vim.o.softtabstop = 2
vim.o.textwidth = 100