ソースを参照

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

Piotrek Koszuliński 6 年 前
コミット
e546ba8687
1 ファイル変更4 行追加0 行削除
  1. 4 0
      packages/ckeditor5-autoformat/.editorconfig

+ 4 - 0
packages/ckeditor5-autoformat/.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