diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 000000000..6b986345d --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,13 @@ +# These are all defaults for now. Descriptions for these settings: https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github#config.yaml-schema +have_fun: false +code_review: + disable: false + comment_severity_threshold: MEDIUM + max_review_comments: -1 + pull_request_opened: + help: false + summary: true + code_review: true + include_drafts: true +ignore_patterns: [] + diff --git a/.gemini/styleguide.md b/.gemini/styleguide.md new file mode 100644 index 000000000..2f60063a5 --- /dev/null +++ b/.gemini/styleguide.md @@ -0,0 +1,9 @@ +# Flutter Plugin for IntelliJ Style Guide + +## Key Principles +* **Readability:** Code should be easy to understand for all team members. +* **Maintainability:** Code should be easy to modify and extend. +* **Consistency:** Adhering to a consistent style across all projects improves + collaboration and reduces errors. +* **Performance:** While readability is paramount, code should be efficient. +