Skip to content

Commit

Permalink
chore: add prettierrc and dir=auto to form inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dignajar committed Jun 22, 2024
1 parent 16cd570 commit 6248ea0
Show file tree
Hide file tree
Showing 28 changed files with 1,418 additions and 1,389 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"printWidth": 100
}
2 changes: 1 addition & 1 deletion bl-kernel/admin/themes/booty/css/bludit.bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ a.text-danger:hover {
.table thead th {
font-size: 0.8em;
text-transform: uppercase!important;
}
}
Loading

0 comments on commit 6248ea0

Please sign in to comment.