You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add .editorconfig to enforce coding styles
This commit introduces an .editorconfig file to help maintain consistent coding styles across different editors and IDEs. It includes rules for:
- End-of-line characters (lf)
- Final newline insertion
- Trailing whitespace trimming
- Character set (utf-8 for js, py, go, sh)
- Indentation styles (spaces for Python, YAML, Markdown; tabs for Makefiles, Go)
Includes a reference link to editorconfig.org at the top of the file.
* Update .editorconfig
don't trim trailing whitespaces for the markdown files to allow two-space line-breaks
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
0 commit comments