-
-
Notifications
You must be signed in to change notification settings - Fork 3
Consider clang-format and clang-tidy support #30
Copy link
Copy link
Open
Labels
area: documentationIssues related to the documentation.Issues related to the documentation.area: samplesIssues related to sample projects.Issues related to sample projects.area: sdkIssues related to the MSBuild SDK.Issues related to the MSBuild SDK.area: tasksIssues related to MSBuild tasks.Issues related to MSBuild tasks.state: deliberationIssues that require design work and/or discussion.Issues that require design work and/or discussion.
Milestone
Metadata
Metadata
Assignees
Labels
area: documentationIssues related to the documentation.Issues related to the documentation.area: samplesIssues related to sample projects.Issues related to sample projects.area: sdkIssues related to the MSBuild SDK.Issues related to the MSBuild SDK.area: tasksIssues related to MSBuild tasks.Issues related to MSBuild tasks.state: deliberationIssues that require design work and/or discussion.Issues that require design work and/or discussion.
In a similar vein to:
zig fmtinto the build #28Unfortunately, Zig does not currently ship with these tools, so we would have to require users to install them.
Questions:
zig fmtor let it be configurable?clang-tidybe tied toWarningLevel? Or should we maybe useAnalysisLevel/AnalysisMode?