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

Steve Lhomme robux4 at ycbcr.xyz
Tue Mar 5 12:52:51 CET 2019


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
-- 
2.17.1



More information about the vlc-devel mailing list