Explorar o código

📝 Add beautify configuration file

Pedro Schneider %!s(int64=3) %!d(string=hai) anos
pai
achega
71daa40552
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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"
+}