> I think it might be easier to overlook if there was a tool that could that 
> could format the code in one way or another, or a linter of sorts that would 
> enforce a particular style?

`--styleCheck:hint` or `--styleCheck:error` can be passed to the compiler which 
enforces that all symbols in a project uses camel case.

Reply via email to