Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-04 | Define indent size in editorconfig (#550) | GeckoEidechse | |
Setting indent size in `.editorconfig` means that things like GitHub web preview will default to showing tab indent size as 4 spaces. | |||
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) |