Просмотр исходного кода

📝 Add beautify configuration file

Pedro Schneider 2 лет назад
Родитель
Сommit
71daa40552
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      .jsbeautifyrc

+ 7 - 0
.jsbeautifyrc

@@ -0,0 +1,7 @@
+{
+    "indent_size": 4,
+    "indent_with_tabs": false,
+    "space_before_conditional": true,
+    "space_after_anon_function": false,
+    "brace_style": "expand"
+}