[nvim] disabled editorconfig, added cue.lua

This commit is contained in:
Dmitrii Chumak
2025-03-25 20:12:19 +03:00
parent de04ddd511
commit 186bb40650
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
vim.opt_local.tabstop = 4
vim.opt_local.shiftwidth = 4
vim.opt_local.expandtab = false