Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-12 | .editorconfig: fix bracket balance of editorconfig file | Gabor Javorszky | 1 | -1/+1 | |
Tiny bracket balance fix. Signed-off-by: Ava Hahn <a.hahn@f5.com> Signed-off-by: Gabor Javorszky <g.javorszky@f5.com> | |||||
2024-08-07 | Add a basic .editorconfig file | Andrew Clayton | 1 | -0/+31 | |
This just sets some basic file properties; character encoding, line endings, tabs vs spaces etc and is _not_ a replacement for a code formatter like indent(1) or clang-format. Link: <https://editorconfig.org/> Signed-off-by: Andrew Clayton <a.clayton@nginx.com> |