[vala/0.34] Add .editorconfig file



commit 47e2df9ed78e0a32e991a02c1c545262b7c02a6a
Author: Alistair Thomas <astavale yahoo co uk>
Date:   Tue Aug 22 16:39:30 2017 +0100

    Add .editorconfig file
    
    EditorConfig (http://editorconfig.org/) has become the
    de facto standard for defining the use of white space in
    project files. Code editors then choose the right
    settings automatically when a file is edited.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786620

 .editorconfig |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5919932
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+
+[*.{vala,vapi,gs,metadata}]
+indent_style = tab
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[Makefile.am]
+indent_style = tab
+
+[meson.build]
+trim_trailing_whitespace = true


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