Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add .editorconfig to set coding style
To maintain consistent code style between contributors and simplify merging, the solution should provide a .editorconfig to set some basic rules (already used by the current code source). - use UTF-8 - use Tab to indent (as defined in https://github.com/LIS/LISAv2/blob/master/Documents/How-to-use.md) - trim trailing white-space - add a new line at the end of files for bash scripts. References: - microsoft/calculator#225 - https://editorconfig.org/
- Loading branch information