Parcourir la source

Merge branch 'master' into i/6002

Marek Lewandowski il y a 6 ans
Parent
commit
699a73477a
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      packages/ckeditor5-basic-styles/.editorconfig

+ 4 - 0
packages/ckeditor5-basic-styles/.editorconfig

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