Skip to content

Commit

Permalink
(docs) indent and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 2, 2025
1 parent c602896 commit 5dffe9c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ prismThemes.dracula.styles.push({
color: '#fd971f'
}
}, {
types: ['number', 'boolean'],
style: {
color: '#ae81ff'
}
types: ['number', 'boolean'],
style: {
color: '#ae81ff'
}
});




const config: Config = {
title: 'LIPS Scheme',
tagline: 'Powerful Scheme based Lisp in JavaScript',
Expand Down

0 comments on commit 5dffe9c

Please sign in to comment.