Rules: Added ::getIndentation

This commit is contained in:
Paul Beckingham 2016-03-25 23:52:28 -04:00
parent a864ae01e2
commit 321bddba74
2 changed files with 12 additions and 0 deletions

View file

@ -61,6 +61,8 @@ private:
void parseRuleExclusions (const std::vector <std::string>&);
void parseRuleTag (const std::vector <std::string>&);
unsigned int getIndentation (const std::string&);
private:
std::string _original_file {};
std::map <std::string, std::string> _settings {};