Add editorconfig settings.

This commit is contained in:
Mark Nellemann 2022-04-20 12:33:37 +02:00
parent d491ff451e
commit 0e9c1152e1
2 changed files with 11 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}