Skip to content

Commit

Permalink
[processing] show indentation guides in script editor
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 20, 2018
1 parent 60bef38 commit 310bfb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/script/ScriptEdit.py
Expand Up @@ -99,6 +99,7 @@ def setCommonOptions(self):
self.setTabIndents(True)
self.setBackspaceUnindents(True)
self.setTabWidth(4)
self.setIndentationGuides(True)

# Autocomletion
self.setAutoCompletionThreshold(2)
Expand Down

0 comments on commit 310bfb1

Please sign in to comment.