diff --git a/.editorconfig b/.editorconfig index 711792296c..25b17ffc14 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] indent_style = tab insert_final_newline = true diff --git a/frontend/apps/remark42/.editorconfig b/frontend/apps/remark42/.editorconfig new file mode 100644 index 0000000000..de8cb8a5b3 --- /dev/null +++ b/frontend/apps/remark42/.editorconfig @@ -0,0 +1,3 @@ +[*.{ts,tsx,css,html}] +indent_style = space +indent_size = 2