diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6f7cfa5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = tab +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = true + diff --git a/mmra.code-workspace b/mmra.code-workspace new file mode 100644 index 0000000..7991a6a --- /dev/null +++ b/mmra.code-workspace @@ -0,0 +1,12 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "html.format.extraLiners": "null", + "editor.tabSize": 2, + "editor.insertSpaces": false + } +}