Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
feat: set indentation options in Doom config files
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Oct 7, 2021
1 parent a9678ee commit 634b310
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doom_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,4 @@ M.config = {

return M

-- vim: fdm=marker
-- vim: sw=2 sts=2 ts=2 fdm=marker noexpandtab
2 changes: 2 additions & 0 deletions doom_modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ M.modules = {
}

return M

-- vim: sw=2 sts=2 ts=2 noexpandtab
2 changes: 2 additions & 0 deletions doom_userplugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 634b310

Please sign in to comment.