-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strip whitespace? #19
Comments
i like the git default whitespace handling. maybe we have to declare some simple code formatting roles. than it will easy to set-up your preferred editor. also we can format the existing code as soon as possible. currently there are only just a less files in this project. |
This file has been opened in atom (through github), leading empty line deleted and resaved. The atom editor (or more specifically the whitespace plugin) automatically goes through and strips extraneous whitespace. This is re: #19
1e5a1ea |
Maybe using the apm style/contribution guidelines might be a good idea? |
lower cases everywhere? ok, but i am not a friend of them. for c++ i like this style guide |
Some of the current code (eg. telem1.lua, at least) has quite a lot of trailing whitespace even in empty lines. Default git editor atom strips superfluous whitespace by default so editing files in atom creates diffs /commits with a lot of changes. Do we allow this, or do we ignore it (atom for example you can disable the trailing whitespace plugin), or do we use this issue to sweep through the code and remove all superfluous whitespace?
The text was updated successfully, but these errors were encountered: