[evolution-data-server] Add EditorConfig file



commit 58b80bffd33f8b5747e3c4f24273efc5ff1687bc
Author: Corentin Noël <corentin noel collabora com>
Date:   Wed Nov 18 14:16:05 2020 +0100

    Add EditorConfig file
    
    A simple configuration file that specifies the used spacing details.
    
    More information on https://editorconfig.org/

 .editorconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..372335d76
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+
+[*.[ch]]
+indent_style = tab
+insert_final_newline = true
+max_line_length = 100
+tab_width = 8
+
+[CMakeLists.txt]
+indent_style = tab
+tab_width = 8
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]