From 7e33f0ed75313c7f29ab9959824be429c5b50646 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 24 Oct 2020 12:24:25 +1000 Subject: .editorconfig: indent_style excludes --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index d8a320e495c..6625cbf6981 100644 --- a/.editorconfig +++ b/.editorconfig @@ -76,10 +76,12 @@ trim_trailing_whitespace = unset [pkgs/build-support/dotnetenv/Wrapper/**] end_of_line = unset +indent_style = unset insert_final_newline = unset trim_trailing_whitespace = unset [pkgs/build-support/upstream-updater/**] +indent_style = unset trim_trailing_whitespace = unset [pkgs/development/compilers/elm/registry.dat] @@ -96,6 +98,9 @@ trim_trailing_whitespace = unset [pkgs/development/node-packages/composition.nix] insert_final_newline = unset +[pkgs/development/{perl-modules,ocaml-modules,tools/ocaml}/**] +indent_style = unset + [pkgs/servers/dict/wordnet_structures.py] trim_trailing_whitespace = unset -- cgit 1.4.1