changeset 41:8a783de20b75

Add .editorconfig
author David Demelier <markand@malikania.fr>
date Thu, 18 Oct 2018 22:01:00 +0200
parents cb25a20c1fc9
children f126ff05017f
files .editorconfig
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.editorconfig	Thu Oct 18 22:01:00 2018 +0200
@@ -0,0 +1,16 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 8
+trim_trailing_whitespace = true
+
+[*.py]
+indent_style = space
+indent_size = 4
+
+[*.{html,xml,yml}]
+indent_size = 4