aboutsummaryrefslogtreecommitdiff
path: root/themes/light/buffer.lua
diff options
context:
space:
mode:
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