浏览代码

📝 Update beautify formatting file

Pedro Schneider 2 年之前
父节点
当前提交
80f51d8f78
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .jsbeautifyrc

+ 1 - 0
.jsbeautifyrc

@@ -3,5 +3,6 @@
     "indent_with_tabs": false,
     "space_before_conditional": true,
     "space_after_anon_function": false,
+    "keep_function_indentation": true,
     "brace_style": "expand"
 }