Convert spaces to tabs

This commit is contained in:
Hornwitser 2025-02-26 12:05:12 +01:00
parent 64ed7e852e
commit 9163ca63a9
7 changed files with 281 additions and 281 deletions

View file

@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
/* config options here */
};
export default nextConfig;