Skip to content

Commit

Permalink
Merge pull request #128 from sanoojes/main
Browse files Browse the repository at this point in the history
[Bug Fix]: Transparent window controls
  • Loading branch information
Astromations authored Oct 27, 2024
2 parents 485bb56 + 1c6871e commit 12dd93f
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 202 deletions.
15 changes: 15 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"useTabs": false,
"tabWidth": 2,
"printWidth": 80,
"proseWrap": "always",
"singleQuote": false,
"quoteProps": "as-needed",
"semi": true,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always",
"endOfLine": "crlf",
"htmlWhitespaceSensitivity": "css"
}
Loading

0 comments on commit 12dd93f

Please sign in to comment.