Skip to content

Commit 9fa0e35

Browse files
authored
feat: last known location, heading, traffic (#211)
* build: prettier max length 120 * feat: last known location, heading, traffic
1 parent 9b5811e commit 9fa0e35

File tree

3 files changed

+309
-427
lines changed

3 files changed

+309
-427
lines changed

.prettierrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"semi": true,
55
"tabWidth": 2,
66
"bracketSpacing": true,
7-
"arrowParens": "always"
7+
"arrowParens": "always",
8+
"printWidth": 120
89
}

0 commit comments

Comments
 (0)