aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
AgeCommit message (Collapse)Author
2019-07-05Add makeful rules to .editorconfigGravatar Drashna Jaelre
OMFG, why is it not set to tabs??
2019-04-18Update our style guide (#5500)Gravatar skullydazed
* Update our style guide * Clarify muiltple condition ifs * update the ifdef section
2018-02-03Fix .editorconfig to not mess with line endingsGravatar Fred Sundvik
2017-10-31Add EditorConfig file (#1930)Gravatar Louis Orleans
* 🔧 add editorconfig This makes supported editors automatically change their settings to match desired code styles * 🔧 add extension recommendation for VSCode This will cause VS Code to prompt the user to install the EditorConfig extension when they open the project. If this is felt to be too opinionated, I can revert it.