Prune trailing spaces; replace tabs with spaces#2128
Prune trailing spaces; replace tabs with spaces#2128Tc-Fast wants to merge 2 commits intomodelica:mainfrom
Conversation
|
@Tc-Fast : What is the benefit of replacing tabs with spaces? Do or should we have a formatting rule in https://github.com/modelica/fmi-standard/blob/main/CONTRIBUTING.md? |
|
Modern coding conventions suggest to use only spaces and no tabs. |
|
Torsten: We should an CI action and have guidance how to avoid this happening again. |
|
Torsten: We could include a simple Python script in the CI Pipeline |
|
Added a check for trailing spaces. This check currently excludes all *.svg files, since they are generated/exported by some tool. |
No description provided.