Skip to content

Commit

Permalink
Clarify question for tab-width #3336
Browse files Browse the repository at this point in the history
  • Loading branch information
fritschldwg committed Nov 17, 2023
1 parent d0a8e67 commit 478d9cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ParserDialog {
)

val tabWidth: String =
KInquirer.promptInput(message = "What is the tab width used (estimated if empty)?", default = "")
KInquirer.promptInput(message = "How many spaces represent one indentation level when using spaces for indentation (estimated if empty)?", default = "")
val tabWidthValue = tabWidth.toIntOrNull() ?: 0

val maxIndentationLevel: BigDecimal = KInquirer.promptInputNumber(message = "What is the maximum Indentation Level?", default = "10", hint = "10")
Expand Down

0 comments on commit 478d9cf

Please sign in to comment.