Skip to content

Commit

Permalink
chore: update configuration file formatting and standardization (#61)
Browse files Browse the repository at this point in the history
Few updates and improvements to the configuration file focused in page
formatting:

- Adjust the general formatting of the configuration page to improve
readability and consistency.
- Set a standard for the "Default" value of each option in the file to
ensure uniformity.
- Applied `toml` syntax highlighting to code blocks that were previously
missing it, making the code examples clearer and easier to read.

---------

Co-authored-by: Ellie Huxtable <[email protected]>
  • Loading branch information
mateuscomh and ellie authored Jun 24, 2024
1 parent c7e7642 commit d79318e
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 84 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

# swap vim files
*.swp
*.swo
Loading

0 comments on commit d79318e

Please sign in to comment.