From 90f71c5c564cede9795e3600127c6a359dc013fc Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Tue, 6 May 2025 22:01:09 +0200 Subject: [PATCH] Make all sync hardlinks They don't work as links idk why I'll look into it one day --- sync.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sync.yml b/sync.yml index efa779e..381e50e 100644 --- a/sync.yml +++ b/sync.yml @@ -1,9 +1,12 @@ - source: stylua.toml target: ../stylua.toml delete: true + hard: true - source: .luarc.json target: ../.luarc.json delete: true + hard: true - source: .luacheckrc target: ../.luacheckrc - delete: true \ No newline at end of file + delete: true + hard: true \ No newline at end of file