Re: [PATCH] editorconfig: Add automatic editor configuration file
From: Miguel Ojeda
Date: Fri Jul 03 2020 - 01:38:19 EST
Hi Danny,
On Fri, Jul 3, 2020 at 2:16 AM Danny Lin <danny@xxxxxxxxxxx> wrote:
>
> +[*]
> +charset = utf-8
> +end_of_line = lf
While UTF-8 and LF are probably OK for all files, I am not 100% sure about:
> +insert_final_newline = true
> +indent_style = tab
> +indent_size = 8
for other languages and non-code files we may have around. Perhaps it
is best to avoid `[*]` unless we are sure?
Cheers,
Miguel