Force do on the same line as the method signature.

Property definitions

nitc :: nitpretty $ ToolContext :: opt_inline_do
	# Force `do` on the same line as the method signature.
	var opt_inline_do = new OptionBool("Force do keyword on the same line as the method signature",
		"--inline-do")
src/nitpretty.nit:44,2--46,16