> Can't reformat to this:
>
> /*
> public interface SampleInterface
> {
> public int SampleProperty {get; set;}
> }
> */
>
> [*] Look at the space after the name of property.
> [*] Look at the space between "get;" and "set;".
>
> And should be the same with indexers.