Commit 6dd4373f authored by Benedikt Waldvogel's avatar Benedikt Waldvogel
Browse files

Introduce .editorconfig file with basic code formatting rules

Many IDEs (such as IntelliJ IDEA) and editors already use the .editorconfig file if available.
For most popular editors there’s a plugin that adds EditorConfig support.

See https://editorconfig.org/ for more details.
parent 69c15a39
root = true
[*]
insert_final_newline = true
[*.java]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment