Verified Commit 6a96da00 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

chore: add editorconfig

parent a4119e2b
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false
[*.java]
continuation_indent_size = 8
Markdown is supported
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