commit 43fcc4b

Hubert Hirtz  ·  2021-10-22 19:01:07 +0000 UTC
parent 36a7d1e
Add an .editorconfig file
1 files changed,  +11, -0
+11, -0
 1@@ -0,0 +1,11 @@
 2+root = true
 3+
 4+[*]
 5+charset = utf-8
 6+end_of_line = lf
 7+indent_style = tab
 8+insert_final_newline = true
 9+trim_trailing_whitespace = true
10+
11+[*.{md,scd}]
12+max_line_length = 80