nixpkgs/.editorconfig

97 lines
2.3 KiB
INI
Raw Normal View History

# EditorConfig configuration for nixpkgs
# https://EditorConfig.org
# Top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file, utf-8 charset
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
2020-05-18 11:11:42 +02:00
# Ignore diffs/patches
[*.{diff,patch}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
2020-05-18 11:11:42 +02:00
# see https://nixos.org/nixpkgs/manual/#chap-conventions
# Match json/lockfiles/markdown/nix/perl/python/ruby/shell/docbook files, set indent to spaces
[*.{json,lock,md,nix,pl,pm,py,rb,sh,xml}]
indent_style = space
2020-05-16 04:23:00 +02:00
# Match docbook files, set indent width of one
[*.xml]
indent_size = 1
# Match json/lockfiles/markdown/nix/ruby files, set indent width of two
[*.{json,lock,md,nix,rb}]
indent_size = 2
2020-05-16 04:23:00 +02:00
# Match perl/python/shell scripts, set indent width of four
[*.{pl,pm,py,sh}]
indent_size = 4
# Match gemfiles, set indent to spaces with width of two
[Gemfile]
indent_size = 2
indent_style = space
# Disable file types or individual files
# some of these files may be auto-generated and/or require significant changes
2020-07-31 09:31:15 +02:00
[*.{c,h}]
insert_final_newline = unset
trim_trailing_whitespace = unset
2021-01-19 22:35:35 +01:00
[*.{asc,key,ovpn}]
2020-07-31 09:31:15 +02:00
insert_final_newline = unset
end_of_line = unset
2021-01-19 22:35:35 +01:00
trim_trailing_whitespace = unset
2020-07-31 09:31:15 +02:00
[*.lock]
indent_size = unset
2020-08-31 03:16:45 +02:00
[eggs.nix]
trim_trailing_whitespace = unset
[nixos/modules/services/networking/ircd-hybrid/*.{conf,in}]
trim_trailing_whitespace = unset
[nixos/tests/systemd-networkd-vrf.nix]
trim_trailing_whitespace = unset
[pkgs/build-support/dotnetenv/Wrapper/**]
end_of_line = unset
2020-10-24 04:24:25 +02:00
indent_style = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
2020-08-09 11:35:34 +02:00
[pkgs/build-support/upstream-updater/**]
2020-10-24 04:24:25 +02:00
indent_style = unset
2020-08-09 11:35:34 +02:00
trim_trailing_whitespace = unset
[pkgs/development/compilers/elm/registry.dat]
end_of_line = unset
insert_final_newline = unset
[pkgs/development/haskell-modules/hackage-packages.nix]
indent_style = unset
trim_trailing_whitespace = unset
[pkgs/servers/dict/wordnet_structures.py]
trim_trailing_whitespace = unset
2020-09-21 00:08:56 +02:00
[pkgs/tools/misc/timidity/timidity.cfg]
trim_trailing_whitespace = unset
2020-09-25 03:24:35 +02:00
[pkgs/tools/security/enpass/data.json]
insert_final_newline = unset
trim_trailing_whitespace = unset
[pkgs/top-level/emscripten-packages.nix]
trim_trailing_whitespace = unset