Force formatting on empty lines.

By default empty lines are kept as they were typed in the file. When enabling this option, nitpretty will decide where to break lines and will put empty lines to separate properties and code blocks.

Property definitions

nitc :: nitpretty $ ToolContext :: opt_skip_empty
	# Force formatting on empty lines.
	#
	# By default empty lines are kept as they were typed in the file.
	# When enabling this option, `nitpretty` will decide where to break lines
	# and will put empty lines to separate properties and code blocks.
	var opt_skip_empty = new OptionBool("Force formatting of empty lines", "--skip-empty")
src/nitpretty.nit:48,2--53,87