[evolution-ews] Add EditorConfig file



commit b4cb54fd1bff649c4539b8b16c155a9a28473039
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 00000000..372335d7
--- /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]