feat(tooling): Add a .clang-format for automated JavaScript formatting.

This commit is contained in:
Martin Probst 2015-03-20 13:32:24 -07:00
parent 2fabca77b9
commit 60e4197026
1 changed files with 3 additions and 0 deletions

3
.clang-format Normal file
View File

@ -0,0 +1,3 @@
Language: JavaScript
BasedOnStyle: Google
ColumnLimit: 100