1
0
Fork 0

nvim: add indent file for Makefiles

This commit is contained in:
Pratham Patel 2024-02-16 18:04:40 +05:30
parent fee9d86e16
commit ac96f1dd41
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
vim.cmd('setlocal autoindent noexpandtab tabstop=8 shiftwidth=8 softtabstop=8')