소스 검색

📝 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"
 }