Skip to content
Snippets Groups Projects
Commit b709c704 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Add .editorconfig

parent dac0c799
Branches
Tags
No related merge requests found
# editorconfig.org
# end_of_line: handled by Git
# indent_size: let the developer decide as long as tabs are used
root = true
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
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