Fix java configuration

This commit is contained in:
Alex Selimov 2025-09-03 11:21:58 -04:00
parent e2697f61fd
commit 762c673365
No known key found for this signature in database
GPG key ID: BC03C17FF5CFFFD2
3 changed files with 7 additions and 3 deletions

View file

@ -1 +1,4 @@
vim.opt_local.shiftwidth = 2
vim.opt_local.tabstop = 2
vim.opt_local.tw = 180
vim.opt_local.colorcolumn = "+1"

View file

@ -1 +0,0 @@
set tw=120