Sfoglia il codice sorgente

📝 Add beautify configuration file

Pedro Schneider 3 anni fa
parent
commit
71daa40552
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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"
+}