Replies: 1 comment
-
you need to use the options: # (C#) Don't split one-line property get or set functions.
nl_cs_property_leave_one_liners = true
# Add or remove space inside '{' and '}'.
sp_inside_braces = force
# Add or remove space before ';'.
#
# Default: remove
sp_before_semi = force
# Add or remove space after ';', except when followed by a comment.
#
# Default: add
sp_after_semi = force
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to format the snippet:
to:
Beta Was this translation helpful? Give feedback.
All reactions