Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
d2b085ad66fd1fb97202c66d8281f247d2483b55
Add a .editor config in external to not mess up with external contributions
Baptiste Daroussin
committed
2 years ago
commit d2b085ad66fd1fb97202c66d8281f247d2483b55
parent
f1415c4f285a37c1600611b2b99950624de4a895
1 file changed
+5
-0
added
external/.editorconfig
@@ -0,0 +1,5 @@
+
root = true
+
+
[Makefile.autosetup]
+
tab_width = 8
+
indent_style = tab