Skip to content

Commit 310bfb1

Browse files
committedMay 20, 2018
[processing] show indentation guides in script editor
1 parent 60bef38 commit 310bfb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/script/ScriptEdit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def setCommonOptions(self):
9999
self.setTabIndents(True)
100100
self.setBackspaceUnindents(True)
101101
self.setTabWidth(4)
102+
self.setIndentationGuides(True)
102103

103104
# Autocomletion
104105
self.setAutoCompletionThreshold(2)

0 commit comments

Comments
 (0)
Please sign in to comment.