CDLUC3 / dmsp_frontend_prototype

Repo to test out new NextJS framework
MIT License
0 stars 0 forks source link

Added .editorconfig file to help maintain consistent coding styles #57

Closed jupiter007 closed 3 weeks ago

jupiter007 commented 3 weeks ago

Issue: #37

Added a .editorconfig file to help maintain consistent coding styles.

I pretty much just defaulted to using a standard one that is used at Facebook, but I would appreciate any input/suggestions that you have.

jupiter007 commented 3 weeks ago

This looks fine to me @jupiter007. I will update the Apollo Server code to follow this same pattern.

I'm curious about the x_line_length = 0 setting for *.md and commit msg.

Thanks Brian. The max_line_length = 0 for any *.md files or commit messages means that we don't have a limit on the width of the entry. But in our code, people generally set some sort of limit for readability.