Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Checking EditorConfig"

on:
pull_request:
branches-ignore:
- 'release-**'

jobs:
tests:
Expand All @@ -23,5 +25,5 @@ jobs:
- name: Checking EditorConfig
if: env.GIT_DIFF
run: |
./bin/editorconfig-checker -disable-indentation \
./bin/editorconfig-checker -disable-indent-size \
${{ env.GIT_DIFF }}