diff .editorconfig @ 20:d7abecd6b9f0

Added .bumpversion.cfg and .editorconfig files.
author Sjoerd Mullender <sjoerd@acm.org>
date Wed, 21 Oct 2020 16:37:45 +0200 (2020-10-21)
parents
children 81d45b439e58
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+max_line_length = 120
+indent_style = tab
+tab_width = 4
+indent_size = tab