Skip to content

chore: add editorconfig for consistent code style#136

Open
CRF1408 wants to merge 1 commit intoPolymarket:mainfrom
CRF1408:chore/editorconfig
Open

chore: add editorconfig for consistent code style#136
CRF1408 wants to merge 1 commit intoPolymarket:mainfrom
CRF1408:chore/editorconfig

Conversation

@CRF1408
Copy link

@CRF1408 CRF1408 commented Jan 5, 2026

Adds an .editorconfig specifying four-space indentation and line endings for Python, YAML, JSON and Markdown files.


Note

Sets up repository-wide editor configuration.

  • Adds root-level .editorconfig
  • Enforces end_of_line = lf and insert_final_newline = true for all files
  • Specifies indent_style = space and indent_size = 4 for *.py, *.yaml, *.json, and *.md

Written by Cursor Bugbot for commit d5ae11f. This will update automatically on new commits. Configure here.

Adds an .editorconfig specifying four-space indentation and line endings for Python, YAML, JSON and Markdown files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant