formatter for CudaText.
uses Uncrustify program to format source code of C-like languages:
C, C++, C#, Objective-C, D, Java, Pawn, Vala.
http://uncrustify.sourceforge.net/
config file "uncrustify.cfg" is documented at program site.

program is not included:
- Windows: download binary from https://sourceforge.net/projects/uncrustify/ 
  Copy exe-file to some folder in PATH, or to the folder "tools" under CudaText folder.
- Linux/macOS: install from OS package manager, e.g. package "uncrustify" on Ubuntu.

author: Alexey Torgashin (CudaText)
license: MIT
