feat(nvim): set java indents to 2
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-06-22 05:31:47 -05:00
parent 54b0bb5e7b
commit 3c121195e4
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -0,0 +1,2 @@
vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2