diff --git a/.editorconfig b/.editorconfig index e0a89c4..56251d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true indent_style = space end_of_line = lf charset = utf-8 -insert_final_newline = false +insert_final_newline = true [*.{nix,lua,yaml,css}] indent_size = 2 diff --git a/config/hosts/imxyy-nix/nixos.nix b/config/hosts/imxyy-nix/nixos.nix index 884da6d..ada71c4 100644 --- a/config/hosts/imxyy-nix/nixos.nix +++ b/config/hosts/imxyy-nix/nixos.nix @@ -155,4 +155,4 @@ in ]; }; }; -} \ No newline at end of file +}