mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-03 03:07:02 +00:00
chore: fix tab with in the prettier config being different from previously causing hard merges (#6656)
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = {
|
||||
{
|
||||
files: ["*.json"],
|
||||
options: {
|
||||
tabWidth: 2,
|
||||
tabWidth: 4,
|
||||
trailingComma: "none",
|
||||
},
|
||||
},
|
||||
@@ -47,12 +47,6 @@ module.exports = {
|
||||
trailingComma: "none",
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["package.json"],
|
||||
options: {
|
||||
tabWidth: 2,
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["src/icon.js"],
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user