1 files changed,
3 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-10-09 17:52:19 +0300
Parent:
6c52976
A
after/ftplugin/json.lua
@@ -0,0 +1,3 @@
+vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.softtabstop = 2