diff options
| author | zowoq <59103226+zowoq@users.noreply.github.com> | 2020-09-25 11:24:35 +1000 |
|---|---|---|
| committer | zowoq <59103226+zowoq@users.noreply.github.com> | 2020-09-25 11:24:35 +1000 |
| commit | e247ea75622a94766aaca655d460ec2e175abc29 (patch) | |
| tree | 25d8e01c3daa43f6fd3b94f865d3ff04ac372534 /.editorconfig | |
| parent | Revert "st: enable build on darwin (#98668)" (diff) | |
| download | nixpkgs-e247ea75622a94766aaca655d460ec2e175abc29.tar.gz | |
.editorconfig: add enpass/data.json
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index f34892678888..129ef84df806 100644 --- a/.editorconfig +++ b/.editorconfig @@ -108,6 +108,10 @@ trim_trailing_whitespace = unset [pkgs/tools/misc/timidity/timidity.cfg] trim_trailing_whitespace = unset +[pkgs/tools/security/enpass/data.json] +insert_final_newline = unset +trim_trailing_whitespace = unset + [pkgs/top-level/emscripten-packages.nix] trim_trailing_whitespace = unset |
