python3Packages.jsonschema: 4.16.0 -> 4.17.0
[NixPkgs.git] / .editorconfig
bloba4f216d71a22d419c08668e21429b01350672580
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 # trailing whitespace is an actual syntax element of classic Markdown/
59 # CommonMark to enforce a line break
60 [*.md]
61 trim_trailing_whitespace = unset
63 # binaries
64 [*.nib]
65 end_of_line = unset
66 insert_final_newline = unset
67 trim_trailing_whitespace = unset
68 charset = unset
70 [eggs.nix]
71 trim_trailing_whitespace = unset
73 [nixos/modules/services/networking/ircd-hybrid/*.{conf,in}]
74 trim_trailing_whitespace = unset
76 [pkgs/build-support/dotnetenv/Wrapper/**]
77 end_of_line = unset
78 indent_style = unset
79 insert_final_newline = unset
80 trim_trailing_whitespace = unset
82 [pkgs/development/compilers/elm/registry.dat]
83 end_of_line = unset
84 insert_final_newline = unset
86 [pkgs/development/haskell-modules/hackage-packages.nix]
87 indent_style = unset
88 trim_trailing_whitespace = unset
90 [pkgs/servers/dict/wordnet_structures.py]
91 trim_trailing_whitespace = unset
93 [pkgs/tools/misc/timidity/timidity.cfg]
94 trim_trailing_whitespace = unset