소스 검색

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