Skip to content
#

clang-format

Here are 97 public repositories matching this topic...

elviiix
elviiix commented Dec 21, 2018

You set $aTidyFlags/$aTidyFixFlags from cpt and later set WorkloadType based on loaded from cpt values

  [WorkloadType] $workloadType = [WorkloadType]::Compile

  if (![string]::IsNullOrEmpty($aTidyFlags))
  {
     $workloadType = [WorkloadType]::Tidy
  }

  if (![string]::IsNullOrEmpty($aTidyFixFlags))
  {
     $workloadType = [WorkloadType]::TidyFix
  }

Need for example t

Improve this page

Add a description, image, and links to the clang-format topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clang-format topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.