Skip to content

timmkrause/NArrange.PreBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NArrange.PreBuild

Adds the official NArrange code formatter to your pre build event for unifying and beautifying your source files with every build.

Allow external configuration file

Example to use this feature:

<Import
  Project="..\packages\NArrange.PreBuild.0.2.9.{x}\build\NArrange.PreBuild.targets"
  Condition="Exists('..\packages\NArrange.PreBuild.0.2.9.{x}\build\NArrange.PreBuild.targets')" />
<PropertyGroup>
  <NArrangePreBuildConfig>..\{Another}.NArrange.config.xml</NArrangePreBuildConfig>
</PropertyGroup>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published