aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-11 09:34:17 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-11 09:34:17 -0400
commitde3a745e1af2e441de868c2aa4849102d376acb5 (patch)
treec2d7767600dc519b2613ddecaf7e53fb5e8867a2 /modules/textadept/init.lua
parent03fab17277fee7387fd93a9c2774b1ebf3f80fe4 (diff)
downloadtextadept-de3a745e1af2e441de868c2aa4849102d376acb5.tar.gz
textadept-de3a745e1af2e441de868c2aa4849102d376acb5.zip
Initial pass reformatting all code.
Use clang-format, LuaFormatter, and 100 character limit on lines.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index 6ba747a0..d2bde80c 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -10,8 +10,8 @@ textadept = M -- forward declaration
module('textadept')]]
local modules = {
- 'bookmarks', 'command_entry', 'editing', 'file_types', 'find', 'history',
- 'macros', 'run', 'session', 'snippets', --[[need to be last]] 'menu', 'keys'
+ 'bookmarks', 'command_entry', 'editing', 'file_types', 'find', 'history', 'macros', 'run',
+ 'session', 'snippets', --[[need to be last]] 'menu', 'keys'
}
for _, name in ipairs(modules) do M[name] = require('textadept.' .. name) end
M.command_entry, M.find = nil, nil -- ui.command_entry, ui.find