jbampton commented on PR #7562: URL: https://github.com/apache/cloudstack/pull/7562#issuecomment-3645544927
We should use an EditorConfig file. A lot of top projects use it: https://github.com/editorconfig/editorconfig/wiki/Projects-Using-EditorConfig I am not sure if we are ready to set the config and apply it to all files etc. It could possibly cause formatting changes to be mixed up with features in other peoples PRs since IDEs normally just auto format files based on the EditorConfig settings. Normally we need to also set the indent_style and indent_size for all files overall or for each type. I think some of the Python code is currently using mixed indentation last I checked. I have some other PRs in play and I was working on code standardization with pre-commit. We have some other issues as seen in #12246 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
