#ifndef FORMATTERSETTINGS_H
#define FORMATTERSETTINGS_H

#include "./astyle/astyle.h"

class FormatterSettings
{
	public:
		FormatterSettings();
		virtual ~FormatterSettings();

		void ApplyTo(astyle::ASFormatter& formatter);
	protected:
	private:
};

#endif // FORMATTERSETTINGS_H



syntax highlighted by Code2HTML, v. 0.9.1