Skip to content

Add root-level .editorconfig for contributor consistency#2660

Open
Hobie1Kenobi wants to merge 1 commit into
coinbase:mainfrom
Hobie1Kenobi:swarm-bounty-2655-98832031
Open

Add root-level .editorconfig for contributor consistency#2660
Hobie1Kenobi wants to merge 1 commit into
coinbase:mainfrom
Hobie1Kenobi:swarm-bounty-2655-98832031

Conversation

@Hobie1Kenobi
Copy link
Copy Markdown

Summary

Adds a root-level .editorconfig file to standardize editor behavior across contributors, as requested in #2655.

Details

The .editorconfig file configures:

  • Indentation: 2 spaces (consistent with existing codebase conventions observed in JS/TS/JSON/YAML files)
  • Line endings: LF (Unix-style)
  • Charset: UTF-8
  • Trailing whitespace: Trimmed automatically (except in Markdown where trailing spaces can indicate line breaks)
  • Final newline: Inserted at end of files
  • Makefiles: Tab indentation (required by Make syntax)

This provides editor-agnostic consistency for all contributors, regardless of their IDE or editor settings.

Closes #2655

Base payout address: 0x408f39B19266022FeC03076091e59D1f4f163658

Autonomous completion by Agentic Swarm Marketplace worker.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 24, 2026

Someone is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@cb-heimdall
Copy link
Copy Markdown

cb-heimdall commented May 24, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@Hobie1Kenobi Hobie1Kenobi force-pushed the swarm-bounty-2655-98832031 branch from ad1fd8f to 31c138e Compare May 24, 2026 18:05
@Hobie1Kenobi Hobie1Kenobi force-pushed the swarm-bounty-2655-98832031 branch from 31c138e to 6a48d95 Compare May 25, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Add root-level EditorConfig for contributor consistency

2 participants