summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/UNI-1288.cpp
blob: 38ded76c4633130b4d6461891488bda2d9996317 (plain)
1
2
3
4
5
6
7
8
9
10
if (Application.platform == RuntimePlatform.LinuxEditor)
{
    return new ProcessStartInfo("smthg")
    {
        Arguments = string.Format ("-9 --ss -S aa \"{0}\"", file),
        WorkingDirectory = Directory.GetCurrentDirectory(),
        UseShellExecute = false,
        CreateNoWindow = true
    };
}