Changeset: 07a411d73d8a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=07a411d73d8a
Added Files:
        .editorconfig
Branch: default
Log Message:

add editorconfig lets get the style abit more consistent


diffs (15 lines):

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# Unix-style newlines with a newline ending every file
+[*.{c,h}]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+tab_width = 4
+indent_size = tab
+trim_trailing_whitespace = true
+charset = utf-8
+max_line_length = 120
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to