Browse Source
feat: set indentation options in Doom config files
my-config
NTBBloodbath
3 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
3 changed files with
5 additions and
1 deletions
-
doom_config.lua
-
doom_modules.lua
-
doom_userplugins.lua
|
|
@ -445,4 +445,4 @@ M.config = { |
|
|
|
|
|
|
|
return M |
|
|
|
|
|
|
|
-- vim: fdm=marker |
|
|
|
-- vim: sw=2 sts=2 ts=2 fdm=marker noexpandtab |
|
|
|
|
|
@ -93,3 +93,5 @@ M.modules = { |
|
|
|
} |
|
|
|
|
|
|
|
return M |
|
|
|
|
|
|
|
-- vim: sw=2 sts=2 ts=2 noexpandtab |
|
|
|
|
|
@ -16,3 +16,5 @@ M.source = debug.getinfo(1, "S").source:sub(2) |
|
|
|
M.plugins = {} |
|
|
|
|
|
|
|
return M |
|
|
|
|
|
|
|
-- vim: sw=2 sts=2 ts=2 noexpandtab |
|
|
|