[bisq-network/bisq] Update .gitignore and .editorconfig (#3886)

Chris Beams notifications at github.com
Fri Jan 10 19:41:04 UTC 2020


This PR introduces two non-code related changes:

    368f0ad7f (Chris Beams, 5 weeks ago)
       Ignore Structure101 Workspace files

       In the refactorings that will follow, Structure101 Studio and the
       Structure101 Workspace IDEA plugin will be used to visualize and help
       resolve tangles in the codebase. We were already ignore Studio
       configuration files which end in .java.hsb, and this commit ignores the
       newer Workspace product's .java.hsw files as well.

    b4ee9d33e (Chris Beams, 3 weeks ago)
       Do not strip trailing whitespace in Git diffs

       Problem: Editorconfig was configured to strip trailing whitespace in all
       file types. This is generally a good thing, but when interactive rebasing
       with Git and editing the contents of a commit, trailing whitespace is
       significant on blank lines and must be preserved in order for edits to be
       applied cleanly.

       Solution: Update Editorconfig to exclude *.diff from the strip whitespace
       rule, as interactive rebasing edits are done in a temporary file with a
       '.diff' suffix.

Note that this is the first in a series of PRs that lead up to a larger refactoring effort. As each subsequent PR is submitted it will reference the PR that comes before it, creating a chain.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/3886

-- Commit Summary --

  * Ignore Structure101 Workspace files
  * Do not strip trailing whitespace in Git diffs

-- File Changes --

    M .editorconfig (3)
    M .gitignore (1)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/3886.patch
https://github.com/bisq-network/bisq/pull/3886.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3886
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200110/1c03663c/attachment-0001.html>


More information about the bisq-github mailing list