tangled
alpha
login
or
join now
freshlybakedca.ke
/
git
5
fork
atom
Git fork
5
fork
atom
overview
issues
pulls
2
pipelines
git
/
t
/
t4018
/
csharp-property-braces-same-line
at
reftables-rust
10 lines
133 B
view raw
wrap content
Steven Jeuris
userdiff: better method/property matching for C#
2y ago
ec0e3075
1
class Example
2
{
3
public bool RIGHT {
4
get { return true; }
5
set
6
{
7
// ChangeMe
8
}
9
}
10
}