Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | Add editorconfig file (#246) | GeckoEidechse | |
* Add editorconfig file It's a cross-editor compatible config file that defines certain editor behaviour (e.g. adding/removing newline at end of file) It is supported by major editors like Visual Studio (Code) and by version control providers like GitHub. Should end the constant adding/removing of final newline in PRs * More settings - unicode by default - trim newlines - use tabs for indentation (ugh) |