diff --git a/code-quality/01-editorconfig/index.html b/code-quality/01-editorconfig/index.html index 26c9be3..b5244f2 100644 --- a/code-quality/01-editorconfig/index.html +++ b/code-quality/01-editorconfig/index.html @@ -78,4 +78,4 @@
root = true
[*]indent_style = spaceindent_size = 2end_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true
Although some editors have support for editorconfig build in, for VS Code, you need to install the EditorConfig for VS Code plugin.