Commit 324a7aa9 authored by Robert Hensing's avatar Robert Hensing
Browse files

.editorconfig: Add rule for .editorconfig

This is not new and should have been written when .editorconfig
was introduced.
parent bb036f24
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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