Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

katlimruiz/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

update of latest narrange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%