Skip to content

Commit

Permalink
setup prettier (not applied until closer to merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 1, 2024
1 parent b85910f commit 71faa61
Show file tree
Hide file tree
Showing 10 changed files with 743 additions and 627 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/*
js/**/*.js
plugin/**/*.js
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"useTabs": false,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"singleQuote": true,
"bracketSameLine": false
}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<title>reveal.js</title>

<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/reveal.scss">
<link rel="stylesheet" href="css/theme/black.scss">
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/reveal.scss" />
<link rel="stylesheet" href="css/theme/black.scss" />

<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
<link rel="stylesheet" href="plugin/highlight/monokai.css" />
</head>
<body>
<div class="reveal">
Expand Down
Loading

0 comments on commit 71faa61

Please sign in to comment.