diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6de0e4d8..f7ecc307 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,8 @@ "vscode": { "extensions": [ "scalameta.metals", - "scala-lang.scala" + "scala-lang.scala", + "EditorConfig.EditorConfig" ] } } @@ -39,4 +40,4 @@ // "customizations": {}, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" -} \ No newline at end of file +} diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..c0404cb2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true