1 # EditorConfig configuration for nixpkgs
2 # https://EditorConfig.org
4 # Top-most EditorConfig file
7 # Unix-style newlines with a newline ending every file, utf-8 charset
10 insert_final_newline = true
11 trim_trailing_whitespace = true
14 # Ignore diffs/patches
17 insert_final_newline = unset
18 trim_trailing_whitespace = unset
20 # see https://nixos.org/nixpkgs/manual/#chap-conventions
22 # Match json/lockfiles/markdown/nix/perl/python/ruby/shell/docbook files, set indent to spaces
23 [*.{json,lock,md,nix,pl,pm,py,rb,sh,xml}]
26 # Match docbook files, set indent width of one
30 # Match json/lockfiles/markdown/nix/ruby files, set indent width of two
31 [*.{json,lock,md,nix,rb}]
34 # Match perl/python/shell scripts, set indent width of four
38 # Match gemfiles, set indent to spaces with width of two
43 # Disable file types or individual files
44 # some of these files may be auto-generated and/or require significant changes
47 insert_final_newline = unset
48 trim_trailing_whitespace = unset
51 insert_final_newline = unset
53 trim_trailing_whitespace = unset
58 # Although Markdown/CommonMark allows using two trailing spaces to denote
59 # a hard line break, we do not use that feature in nixpkgs since
60 # it forces the surrounding paragraph to become a <literallayout> which
61 # does not wrap reasonably.
62 # Instead of a hard line break, start a new paragraph by inserting a blank line.
64 trim_trailing_whitespace = true
69 insert_final_newline = unset
70 trim_trailing_whitespace = unset
74 trim_trailing_whitespace = unset
76 [nixos/modules/services/networking/ircd-hybrid/*.{conf,in}]
77 trim_trailing_whitespace = unset
79 [pkgs/build-support/dotnetenv/Wrapper/**]
82 insert_final_newline = unset
83 trim_trailing_whitespace = unset
85 [pkgs/development/compilers/elm/registry.dat]
87 insert_final_newline = unset
89 [pkgs/development/haskell-modules/hackage-packages.nix]
91 trim_trailing_whitespace = unset
93 [pkgs/servers/dict/wordnet_structures.py]
94 trim_trailing_whitespace = unset
96 [pkgs/tools/misc/timidity/timidity.cfg]
97 trim_trailing_whitespace = unset
99 [pkgs/tools/virtualization/ovftool/*.ova]
101 insert_final_newline = unset
102 trim_trailing_whitespace = unset
107 insert_final_newline = unset