mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-28 06:09:55 +03:00
13 lines
389 B
Text
13 lines
389 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))
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|