Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Sep 4, 2024
1 parent cc3f31f commit d2a8bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/statusbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ func (e *Editor) PLA() (int, LineNumber, LineNumber) {
return percentage, lineNumber, lastLineNumber
}

// IndentationDescription returns "tabs" or "spaces", depending on the current setting
func (e *Editor) IndentationDescription() string {
if e.indentation.Spaces {
return "spaces"
Expand Down

0 comments on commit d2a8bfb

Please sign in to comment.