vimPlugins.Shade-nvim: init at 2021-04-29
[NixPkgs.git] / .editorconfig
blob7d0157a6c427df87a3a3e3ad23c120bad8073207
1 # EditorConfig configuration for nixpkgs
2 # https://EditorConfig.org
4 # Top-most EditorConfig file
5 root = true
7 # Unix-style newlines with a newline ending every file, utf-8 charset
8 [*]
9 end_of_line = lf
10 insert_final_newline = true
11 trim_trailing_whitespace = true
12 charset = utf-8
14 # Ignore diffs/patches
15 [*.{diff,patch}]
16 end_of_line = unset
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}]
24 indent_style = space
26 # Match docbook files, set indent width of one
27 [*.xml]
28 indent_size = 1
30 # Match json/lockfiles/markdown/nix/ruby files, set indent width of two
31 [*.{json,lock,md,nix,rb}]
32 indent_size = 2
34 # Match perl/python/shell scripts, set indent width of four
35 [*.{pl,pm,py,sh}]
36 indent_size = 4
38 # Match gemfiles, set indent to spaces with width of two
39 [Gemfile]
40 indent_size = 2
41 indent_style = space
43 # Disable file types or individual files
44 # some of these files may be auto-generated and/or require significant changes
46 [*.{c,h}]
47 insert_final_newline = unset
48 trim_trailing_whitespace = unset
50 [*.{asc,key,ovpn}]
51 insert_final_newline = unset
52 end_of_line = unset
53 trim_trailing_whitespace = unset
55 [*.lock]
56 indent_size = unset
58 [eggs.nix]
59 trim_trailing_whitespace = unset
61 [nixos/modules/services/networking/ircd-hybrid/*.{conf,in}]
62 trim_trailing_whitespace = unset
64 [nixos/tests/systemd-networkd-vrf.nix]
65 trim_trailing_whitespace = unset
67 [pkgs/build-support/dotnetenv/Wrapper/**]
68 end_of_line = unset
69 indent_style = unset
70 insert_final_newline = unset
71 trim_trailing_whitespace = unset
73 [pkgs/build-support/upstream-updater/**]
74 indent_style = unset
75 trim_trailing_whitespace = unset
77 [pkgs/development/compilers/elm/registry.dat]
78 end_of_line = unset
79 insert_final_newline = unset
81 [pkgs/development/haskell-modules/hackage-packages.nix]
82 indent_style = unset
83 trim_trailing_whitespace = unset
85 [pkgs/servers/dict/wordnet_structures.py]
86 trim_trailing_whitespace = unset
88 [pkgs/tools/misc/timidity/timidity.cfg]
89 trim_trailing_whitespace = unset
91 [pkgs/tools/security/enpass/data.json]
92 insert_final_newline = unset
93 trim_trailing_whitespace = unset
95 [pkgs/top-level/emscripten-packages.nix]
96 trim_trailing_whitespace = unset