From 96aea471ced9b223856ab34011b3bf3b320fb7d2 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Jul 2023 15:47:06 +0200 Subject: Feat(.editorconfig): Add the configuration for all files This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors. --- system/services/nix-sync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/services/nix-sync/default.nix') diff --git a/system/services/nix-sync/default.nix b/system/services/nix-sync/default.nix index 5c2ed80..2a13010 100644 --- a/system/services/nix-sync/default.nix +++ b/system/services/nix-sync/default.nix @@ -260,5 +260,5 @@ in { else lib.warnIf (cfg.group != "nix-sync") "The group (${cfg.group}) is not \"nix-sync\", thus you are responible for generating it."; }; } -# vim: ts=2 + -- cgit 1.4.1