Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 372 Bytes

nazuna

A simple C/C++ refactoring tool.

It is distributed under the MIT License.

Features

  • Add new line to end of file.
  • Replace tabs with white spaces
  • Remove trailing spaces, tabs and extra newlines

Build and run

# Setup build tool
make -C ../nori bootstrap

# Build
make xcode

# Run
./bin/nazuna -help