Changeset: 43c8a6f86ed5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=43c8a6f86ed5
Modified Files:
        .editorconfig
Branch: Jun2020
Log Message:

Some updates to editorconfig.


diffs (26 lines):

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

Reply via email to