Merge pull request #1445 from katrinleinweber/patch-1

Mention formalized coding conventions
pull/1446/head
Simon Legner 4 years ago committed by GitHub
commit f523dc6c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,6 +79,9 @@ Follow the following steps to update documentations to their latest version:
* no trailing whitespace; blank lines should have no spaces; new line at end-of-file
* use the same coding style as the rest of the codebase
These conventions are formalized in [our `.editorconfig` file](../.editorconfig).
Check out [EditorConfig.org](https://editorconfig.org/) to learn how to make your tools adhere to it.
## Questions?
If you have any questions, please feel free to ask them on the contributor chat room on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs).

Loading…
Cancel
Save