OW Editor Config Pattern
Standard configuration of OW interactive's editorconfig should be used by both backend, frontend and fullstack.
We use editorconfig as default, its settings must be above the configuration of your text editor or IDE
If you use VSCODE as 99% of OW programmers, you download the extension here
To download go to the project root and run
curl -o .editorconfig https://raw.githubusercontent.com/owinteractive/ow-editor-config/master/.editorconfig
You are a devops or work in another area of the company and do not have an initial installation script here, feel free to contribute. It is very simple, just fork this project and submit a PR.
Any contribution is welcome