diff --git a/.jscsrc b/.jscsrc index 281a7ab8..14a3aff1 100644 --- a/.jscsrc +++ b/.jscsrc @@ -1,3 +1,4 @@ { - "preset": "airbnb" -} \ No newline at end of file + "preset": "google", + "validateIndentation": 4 +}