emacs-openai / google-gemini

Elisp library for the Google Gemini API
GNU General Public License v3.0
14 stars 4 forks source link

fixes for docu, spelling, plus single elisp #1

Open widefox opened 7 months ago

widefox commented 7 months ago

spelling, whitespace, yaml indent elisp fix for group

jcs090218 commented 7 months ago

I have intentionally set those indentations. 🤔 Do you have the reason why?

widefox commented 7 months ago

1222203 is just style fix (no whitespace after an opening bracket) 6354116 is an indentation fix highlighted by yamllint "expected 10, found 8" which fixes consistency with "emacs-version:" indent as well, and looks correct to me per https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions

widefox commented 7 months ago

Caveat I haven't tested the yaml whitespace changes, but the whitespace defines the structure per https://docs.platform.sh/learn/overview/yaml/what-is-yaml.html https://stackoverflow.com/questions/42247535/yaml-how-many-spaces-per-indent The other fixes may be higher priority, given I don't know the priority of the yaml.