Skip to content

Instantly share code, notes, and snippets.

@tesfabpel
Created May 7, 2021 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tesfabpel/b719914e34a09a43f165d757caeb3cae to your computer and use it in GitHub Desktop.
Save tesfabpel/b719914e34a09a43f165d757caeb3cae to your computer and use it in GitHub Desktop.
public class Foo
{
// ...
public void Bar()
{
while(BazBaz()
&& BarBar())
{
// The && under the while are
// formatted using space.
// Tab is used to indent up to the
// current indentation level.
}
var foo = new Foo(some,
thing,
here);
}
}
@tesfabpel
Copy link
Author

rendered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment