repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
805d258
parent
5a98472
author
Christopher Hoelter
date
2023-09-05 10:12:07 -0400 EDT
Added basic .editorconfig file. (#39)

1 files changed,  +3, -0
A .editorconfig
+3, -0
1@@ -0,0 +1,3 @@
2+[*.go]
3+indent_style = tab
4+indent_size = 4