Apply consistent tab-based indentation across the frontend codebase

This commit is contained in:
2026-01-04 23:32:41 +01:00
parent 3259927fd1
commit 74be5e889a
8 changed files with 136 additions and 136 deletions

View File

@@ -1,7 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;