~repos /only-bible-app
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/only-bible-app.git
Discussions:
https://groups.google.com/g/rust-embed-devs
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
859e639a
—
pyrossh 1 month ago
update settings
- .vscode/settings.json +7 -0
.vscode/settings.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dart.lineLength": 120,
|
|
3
|
+
"[dart]": {
|
|
4
|
+
"editor.rulers": [120],
|
|
5
|
+
"editor.formatOnSave": true
|
|
6
|
+
}
|
|
7
|
+
}
|