nixd
|
Implementation of Formatting. More...
#include "nixd/Controller/Controller.h"
#include "nixd/Support/ForkPiped.h"
#include <boost/asio/post.hpp>
#include <sys/wait.h>
Go to the source code of this file.
Implementation of Formatting.
For now nixd only support "external" formatting. That is, invokes an external command and then let that process do formatting.
Definition in file Format.cpp.