horizon/.jscsrc
Matt Borland 97db36822e Establish baseline JSCS configuration
Establishes the ability to have JSCS (JS Code Style) run from the
run_tests.sh script.  Also provides basis for code style configuration.

Co-Authored-By: Brian Tully <brian.tully@hp.com>
Change-Id: Ib22da5ae05c353d12507a1809ec79e93379acecf
Closes-Bug: 1450626
2015-04-30 14:47:00 -06:00

4 lines
41 B
Plaintext

{
"disallowTrailingWhitespace": true
}