about summary refs log tree commit diff
path: root/nixpkgs/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/.editorconfig')
-rw-r--r--nixpkgs/.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/.editorconfig b/nixpkgs/.editorconfig
index cd8012574508..8d54e327b9f9 100644
--- a/nixpkgs/.editorconfig
+++ b/nixpkgs/.editorconfig
@@ -17,6 +17,10 @@ end_of_line = unset
 insert_final_newline = unset
 trim_trailing_whitespace = unset
 
+# We want readFile .version to return the version without a newline.
+[.version]
+insert_final_newline = false
+
 # see https://nixos.org/nixpkgs/manual/#chap-conventions
 
 # Match json/lockfiles/markdown/nix/perl/python/ruby/shell/docbook files, set indent to spaces