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