[vlc-devel] [PATCH] code: add EditorConfig file so we edit in a consistent way acros IDEs

Thomas Guillem thomas at gllm.fr
Tue Mar 5 13:21:22 CET 2019


I like the idea of having a coding style that we all agree for and written on a file like that.

On Tue, Mar 5, 2019, at 13:20, Rémi Denis-Courmont wrote:
> Hi,
> 
> I have never heard of that tool, so I'd tend to agree with J-B there, but I can live with it.
> 
> Le 5 mars 2019 13:52:51 GMT+02:00, Steve Lhomme <robux4 at ycbcr.xyz> a écrit :
>> see https://editorconfig.org/
>> 
>> There's even a vim plugin .editorconfig | 8 ++++++++
>>  1 file changed, 8 insertions(+)
>>  create mode 100644 .editorconfig
>> 
>> diff --git a/.editorconfig b/.editorconfig
>> new file mode 100644
>> index 0000000000..e8daad1123
>> --- /dev/null
>> +++ b/.editorconfig
>> @@ -0,0 +1,8 @@
>> +root = true
>> +
>> +[*.{c,cpp,cxx,m}]
>> +charset = utf-8
>> +end_of_line = lf
>> +insert_final_newline = true
>> +indent_style = space
>> +indent_size = 4
> 
> -- 
> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté. 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190305/ef0e7695/attachment.html>


More information about the vlc-devel mailing list