Repo with travis-ci files for SQL/HPP check
[Example of .travis.yml] (https://github.com/ArmaLife/Framework/blob/master/.travis.yml)
It checks file styling and syntax.
right:
if () then {
wrong:
if() then {
right:
Four spaces == a tab
wrong:
Anything that isn't four spaces as a tab. Ex: Default Atom Editor Tab
Etc.