ref: 08bdbd1949ee356acbc3f218f47bc8918ef4eff3
parent: 5c852c76515c2a1cc73d7dd91ec294324622eef6
author: Jakub Kądziołka <kuba@kadziolka.net>
date: Fri Apr 16 11:09:33 EDT 2021
Add an .editorconfig This automatically sets up the formatting settings in a number of editors, regardless of the user's preferences.
--- /dev/null
+++ b/.editorconfig
@@ -1,0 +1,9 @@
+[*]
+root = true
+indent_style = tab
+indent_size = tab
+tab_width = 8
+charset = utf-8
+insert_final_newline = true
+trim_trailing_whitespace = true
+end_of_line = lf