mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-05-12 21:59:35 +03:00
17 lines
413 B
Text
17 lines
413 B
Text
struct SomeStructName
|
|
{
|
|
static struct InnerStruct
|
|
{
|
|
version (linux)
|
|
{
|
|
static if (condition)
|
|
{
|
|
void longFunctionName(AAAAAAAA)(AAAAAAAA a) @property
|
|
if (someThingsAreTrue!AAAAAAAA && long_condition
|
|
&& is(elaborate == expression))
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|