Changed default jscs preset to google.

This commit is contained in:
Alex Tselegidis 2015-10-04 22:59:15 +02:00
parent 26cb49f630
commit 79fa0ba7f5
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
{ {
"preset": "airbnb" "preset": "google",
} "validateIndentation": 4
}