Open masterT opened 2 years ago
Another suggestion about this: just create a .editorconfig
. IntelliJ IDEs allow to export the code style settings as a .editorconfig
file.
I think it would be a good idea to have a linter that could run on the CI to verify the code style. This would help keep the code style uniform.
I recommend ESLint :grin:
Is see there is a lot of different coding style in the codebase. I also see there is an IntelliJ code style file
.idea/codeStyleSettings.xml
, but it can't be used without the editor.I think it would be a good idea to have a linter that could run on the CI to verify the code style. This would help keep the code style uniform.