Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
update formatting to 2 spaces
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
  • Loading branch information
ianmuchyri committed Nov 27, 2023
1 parent 83a5d32 commit f0f8bad
Show file tree
Hide file tree
Showing 33 changed files with 5,357 additions and 6,261 deletions.
12 changes: 4 additions & 8 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{
"plugins": [
"prettier-plugin-go-template"
],
"plugins": ["prettier-plugin-go-template"],
"overrides": [
{
"files": [
"*.html"
],
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
],
"goTemplateBracketSpacing": true,
"useTabs": true,
"printWidth": 80,
"useTabs": false,
"printWidth": 100,
"semi": true,
"tabWidth": 2,
"jsxSingleQuote": false,
Expand Down
Loading

0 comments on commit f0f8bad

Please sign in to comment.