Skip to content

Commit

Permalink
hackforla#4810-Fixed-auto-formatting-of-quotation-marks-from-prettier…
Browse files Browse the repository at this point in the history
…-extension
  • Loading branch information
joelfuelling committed Jul 28, 2023
1 parent a9ba347 commit c96d99b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@

// Format a file on save. A formatter must be available, the file must not be saved after delay, and the
// editor must not be shutting down.
"editor.formatOnSave": false
"editor.formatOnSave": false,
"workbench.colorCustomizations": {
"terminal.foreground": "#a2f8e8",
"terminal.background": "#12163c",
"terminalCursor.foreground": "#f84141",
"activityBar.background": "#392C06",
"titleBar.activeBackground": "#503E09",
"titleBar.activeForeground": "#FDFAF1"
}
}
20 changes: 10 additions & 10 deletions _projects/metro-ontime.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
---
identification: "155295655"
identification: '155295655'
title: Railstats LA
description: Railstats LA tracks LA Metro trains and generates punctuality reports. Our website enables both Metro officials and the public to easily review up-to-date statistics for LA's 6 train lines.
image: /assets/images/projects/metro-ontime.png
alt: "Railstats LA"
alt: 'Railstats LA'
image-hero: /assets/images/projects/metro-ontime-hero.png
leadership:
- name: Cameron Sexton
role: Product Owner/Lead Developer
links:
slack: "https://hackforla.slack.com/team/UBENYBXGV"
github: "https://github.com/ctsexton"
slack: 'https://hackforla.slack.com/team/UBENYBXGV'
github: 'https://github.com/ctsexton'
picture: https://avatars.githubusercontent.com/ctsexton
links:
- name: GitHub
url: "https://github.com/metro-ontime"
url: 'https://github.com/metro-ontime'
- name: Site
url: "https://la.railstats.org"
url: 'https://la.railstats.org'
- name: Readme
url: "https://github.com/metro-ontime/performance_tracker/blob/master/README.md"
url: 'https://github.com/metro-ontime/performance_tracker/blob/master/README.md'
- name: Slack
url: "https://hackforla.slack.com/archives/CBPK5D3BQ"
url: 'https://hackforla.slack.com/archives/CBPK5D3BQ'
- name: LA metro
url: "https://www.metro.net/"
url: 'https://www.metro.net/'
- name: Observable
url: "https://observablehq.com/@ctsexton/railstats-marey-diagram"
url: 'https://observablehq.com/@ctsexton/railstats-marey-diagram'
location:
# - Downtown LA
- Remote
Expand Down

0 comments on commit c96d99b

Please sign in to comment.