Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .editorconfig #2

Closed
lopopolo opened this issue Aug 17, 2019 · 0 comments
Closed

Add .editorconfig #2

lopopolo opened this issue Aug 17, 2019 · 0 comments
Labels
A-project Area: Infrastructure for running an open source project.

Comments

@lopopolo
Copy link
Member

An .editorconfig is a cross-editor and cross-ide format configuration mechanism which and enforce Artichoke code formatting conventions.

Specify:

  • utf-8 charset
  • strip trailing whitespace except diff and markdown
  • eol = lf
  • spacing

for file types:

  • rs
  • md
  • sh
  • h, c, cc, cpp
  • Makefile, .make
  • diff
  • json
  • js
  • ts
  • css
  • html
  • svg
  • xml
  • yml, yaml
  • erb
  • rb
  • json
  • toml
  • Dockerfile
@lopopolo lopopolo added the A-project Area: Infrastructure for running an open source project. label Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-project Area: Infrastructure for running an open source project.
Development

No branches or pull requests

1 participant