瀏覽代碼

📝 Add beautify configuration file

Pedro Schneider 3 年之前
父節點
當前提交
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"
+}