From fe35e9156ecefa4548d946af167b32db3d6c23ae Mon Sep 17 00:00:00 2001 From: TPReal Date: Thu, 2 Nov 2023 14:24:32 +0100 Subject: [PATCH] Created a tokei.toml file configuring the tokei (line counting) tool. --- tokei.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 tokei.toml diff --git a/tokei.toml b/tokei.toml new file mode 100644 index 000000000..fad41f861 --- /dev/null +++ b/tokei.toml @@ -0,0 +1 @@ +types = ["PHP", "TypeScript", "TSX", "Sass", "YAML"]