Skip to content

Add EditorConfig file #369

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

Merged
merged 1 commit into from
Jul 4, 2021
Merged

Add EditorConfig file #369

merged 1 commit into from
Jul 4, 2021

Conversation

sisp
Copy link
Contributor

@sisp sisp commented Jul 4, 2021

EditorConfig is useful and widely used IDE-agnostic configuration file that helps maintain a consisting coding style independent of the used IDE. Many IDEs like VS Code (via the EditorConfig for VS Code) extension support it. When an IDE loads a project with the .editorconfig file, it automatically applies the found settings, so that the DX is optimized for that project (e.g. indent size and style, EOL character, etc.).

@codecov
Copy link

codecov bot commented Jul 4, 2021

Codecov Report

Merging #369 (ed62156) into master (b65c972) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #369   +/-   ##
=======================================
  Coverage   70.95%   70.95%           
=======================================
  Files          80       80           
  Lines        2355     2355           
=======================================
  Hits         1671     1671           
  Misses        684      684           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b65c972...ed62156. Read the comment docs.

Copy link
Collaborator

@p1c2u p1c2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@p1c2u p1c2u merged commit fdf6536 into python-openapi:master Jul 4, 2021
@sisp sisp deleted the editorconfig branch July 4, 2021 14:30
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.

2 participants