EditorConfig conformance #2736
Unanswered
Naheulf
asked this question in
Q&A Feedback
Replies: 2 comments 9 replies
-
CI workflow (main.yml) allows to generate test builds, for example:
Sorry, I don't know. Just in case, have you tried contacting @DavidXanatos privately? |
Beta Was this translation helpful? Give feedback.
9 replies
-
.editorconfig is great idea for consistency, and avoiding unnecessary diffs. Needs a bit more thought. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seem there is a lot of editorconfig non conformities in this project. I checked with https://github.com/editorconfig-checker/editorconfig-checker and it fund 275436 errors in 860 files. Most of theses errors are trailing white-space (for most files) and Wrong indentation type(spaces instead of tabs) (mainly for C code in Sandboxie/Sandboxie)
I want to fix all of them. However I don't like the idea to create one huge PR with I don't know how many changes in 860 files. Even more because I don't know how to fully test the app with all theses changes.
Instead I opt in creating five PR with almost 200 files changed per PR as follow :
PR 1/5
Sandboxie/apps/*
(176 files)PR 2/5
Sandboxie/core/*
(268 files)PR 3/5 Other files in
Sandboxie/*
(149 files)PR 4/5
SandboxiePlus/*
(236 files)PR 5/5 Other files (31 files)
This way I can create one "small" PR each time I have some time. And It reduce the difficulty of debugging if something goes wrong.
What option do you prefer ?
Beta Was this translation helpful? Give feedback.
All reactions