Skip to content

Commit

Permalink
Add header and footer for yaml linting. Add additional spaces before …
Browse files Browse the repository at this point in the history
…comments.
  • Loading branch information
cj-wong committed Mar 26, 2021
1 parent ce2c841 commit 85074a2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config.yaml.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copy this file to config.yaml to use.

---
calendars:
# Change 'Calendar 1' to the name of the calendar to read
Calendar 1:
tabs: [ # List all tabs that should be linked to the calendar.
tabs: [ # List all tabs that should be linked to the calendar.
'Sheet Tab 1',
]

Expand All @@ -13,12 +13,13 @@ spreadsheet:
tabs:
# Change 'Sheet Tab 1' to the name of the spreadsheet sheet/tab
Sheet Tab 1:
aliases: [ # Add aliases as necessary, one per line.
aliases: [ # Add aliases as necessary, one per line.
'alias 1',
'alias 2',
]
start: # Don't change 'start'.
cell: B3 # First top-left cell in the sheet.
start: # Don't change 'start'.
cell: B3 # First top-left cell in the sheet.
# Both year and month determine the row offset.
year: 2019
month: 9
...

0 comments on commit 85074a2

Please sign in to comment.