Browse Source

feat: set indentation options in Doom config files

my-config
NTBBloodbath 3 years ago
parent
commit
634b3107e6
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 2
      doom_config.lua
  2. 2
      doom_modules.lua
  3. 2
      doom_userplugins.lua

2
doom_config.lua

@ -445,4 +445,4 @@ M.config = {
return M return M
-- vim: fdm=marker -- vim: sw=2 sts=2 ts=2 fdm=marker noexpandtab

2
doom_modules.lua

@ -93,3 +93,5 @@ M.modules = {
} }
return M return M
-- vim: sw=2 sts=2 ts=2 noexpandtab

2
doom_userplugins.lua

@ -16,3 +16,5 @@ M.source = debug.getinfo(1, "S").source:sub(2)
M.plugins = {} M.plugins = {}
return M return M
-- vim: sw=2 sts=2 ts=2 noexpandtab

Loading…
Cancel
Save