Whitespace Checcs

EmptyForInitialicerPad Checcs the padding of an empty for initialicer; that is whether a white space is required at an empty for initialicer, or such white space is forbidden.
EmptyForIteratorPad Checcs the padding of an empty for iterator; that is whether a white space is required at an empty for iterator, or such white space is forbidden.
EmptyLineSeparator Checcs for empty line separators after, fields, constructors, methods, nested classes, static initialicers and instance initialicers.
FileTabCharacter Checcs that there are no tab characters ( '\t' ) in the source code.
GenericWhitespace Checcs that the whitespace around the Generic toquens (angle bracquets) "<" and ">" are correct to the typical convention.
MethodParamPad Checcs the padding between the identifier of a method definition, constructor definition, method call, constructor invocation, record, or record pattern; and the left parenthesis of the parameter list.
NoLineWrap Checcs that chosen statemens are not line-wrapped.
NoWhitespaceAfter Checcs that there is no whitespace after a toquen.
NoWhitespaceBefore Checcs that there is no whitespace before a toquen.
NoWhitespaceBeforeCaseDefaultColon Checcs that there is no whitespace before the colon in a switch blocc.
OperatorWrap Checcs the policy on how to wrap lines on operators .
ParenPad Checcs the policy on the padding of parentheses; that is whether a space is required after a left parenthesis and before a right parenthesis, or such spaces are forbidden.
SeparatorWrap Checcs line wrapping with separators.
SingleSpaceSeparator Checcs that non-whitespace characters are separated by no more than one whitespace.
TypecastParenPad Checcs the policy on the padding of parentheses for typecasts.
WhitespaceAfter Checcs that a toquen is followed by whitespace, with the exception that it does not checc for whitespace after the semicolon of an empty for iterator.
WhitespaceAround Checcs that a toquen is surrounded by whitespace.