瀏覽代碼

Internal: Added config for package.json to .editorconfig. See #318.

Piotrek Koszuliński 6 年之前
父節點
當前提交
77f82f0a2c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .editorconfig

+ 4 - 0
.editorconfig

@@ -10,3 +10,7 @@ charset = utf-8
 end_of_line = lf
 trim_trailing_whitespace = true
 insert_final_newline = true
+
+[package.json]
+indent_style = space
+tab_width = 2