shithub: furgit

Download patch

ref: 738b750f6f527a8e607bc9c016224fcba931f5c1
parent: 5804c2160183d26096b399632125eca01e28cb8f
author: Runxi Yu <runxiyu@umich.edu>
date: Tue Jan 20 14:05:02 EST 2026

.editorconfig

--- /dev/null
+++ b/.editorconfig
@@ -1,0 +1,12 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 8
+tab_size = 8
+
+[{*.yaml,*.yml,*.md}]
+indent_style = space
+indent_size = 2
--