changeset 27337:656975e34595

merge stable to default
author John W. Eaton <jwe@octave.org>
date Fri, 09 Aug 2019 11:51:44 -0400
parents 1fb234f01eea (current diff) 640ee0d531d0 (diff)
children 829d9efb7730
files
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.editorconfig	Fri Aug 09 11:51:44 2019 -0400
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+
+[*.{am,mk}]
+indent_size = tab
+indent_style = tab