]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add EditorConfig file (#1930)
authorLouis Orleans <louis@orleans.io>
Tue, 31 Oct 2017 15:13:40 +0000 (08:13 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 9 Nov 2017 22:57:42 +0000 (14:57 -0800)
commit78938182bf0271343e98948a685c2808744aba30
treef09371ee0bdb06b8a3d2a63fd5006a4667bda3ef
parenta1b1ed14e4186a580f26d248e4e36e673cb48430
Add EditorConfig file (#1930)

* ðŸ”§ 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.
.editorconfig [new file with mode: 0644]
.vscode/extensions.json [new file with mode: 0644]