From 6c55091c079bf60dea8327d293802d04e7b57691 Mon Sep 17 00:00:00 2001 From: ·𐑑𐑴𐑕𐑑𐑩𐑀 Date: Sat, 20 Dec 2025 18:58:25 +0000 Subject: LICENSE needs unsetting in EditorConfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index d7cd0de..14462fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,10 @@ trim_trailing_whitespace = true indent_style = unset indent_size = unset +[LICENSE.txt] +indent_style = unset +indent_size = unset + # Spaces are practically required for Nix C++ as magic strings won’t work [*.nix] indent_style = space -- cgit v1.2.3