Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add editorconfig
Baptiste Daroussin committed 2 years ago
commit f1415c4f285a37c1600611b2b99950624de4a895
parent 49c6245
1 file changed +10 -0
added .editorconfig
@@ -0,0 +1,10 @@
+
root = true
+

+
[*]
+
end_of_line = lf
+
insert_final_newline = true
+
trim_trailing_whitespace = true
+

+
[*.{c,h}]
+
tab_width = 8
+
indent_style = tab