aboutsummaryrefslogtreecommitdiff
path: root/themes/light/buffer.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-09-12 11:24:11 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-09-12 11:24:11 -0400
commit9dc8ce16a1efc6482db6f1d5456d42958e79a06c (patch)
treee26ff636143fc74f92a6a3359a73e93194da6bc3 /themes/light/buffer.lua
parent4305f32ac153b7a45a1c001da2fcd412af905168 (diff)
downloadtextadept-9dc8ce16a1efc6482db6f1d5456d42958e79a06c.tar.gz
textadept-9dc8ce16a1efc6482db6f1d5456d42958e79a06c.zip
Documentation overhaul.
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
Diffstat (limited to 'themes/light/buffer.lua')
-rw-r--r--themes/light/buffer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index 26c8f6d2..eb0da320 100644
--- a/themes/light/buffer.lua
+++ b/themes/light/buffer.lua
@@ -11,6 +11,6 @@ buffer.property['fold.line.comments'] = '0'
-- Tabs and Indentation.
buffer.tab_width = 2
buffer.use_tabs = false
-buffer.indent = 2
+--buffer.indent = 2
buffer.tab_indents = true
buffer.back_space_un_indents = true