forked from cadence/out-of-your-element
An editor config has been written that matches existing indentation and formatting used by this project, which should extend the courtesy of intended tab use to other editors like NeoVim which are often conigured to adhere to `.editorconfig` by default. As part of this change, the official EditorConfig extension has been added to VSCode recommendations, which should additionally enable Code-like editors to additionally adhere to the rules of other files like json and markdown which are the only types that deviate from Cadence's global default.
5 lines
59 B
JSON
5 lines
59 B
JSON
{
|
|
"recommendations": [
|
|
"editorconfig.editorconfig"
|
|
]
|
|
}
|