Skip to content
Snippets Groups Projects
Commit ae5dcd53 authored by Tom Fischer's avatar Tom Fischer
Browse files

Merge pull request #605 from bilke/editor-config

Use editorconfig
parents b8c801c3 10d71deb
No related branches found
No related tags found
No related merge requests found
root = true
[*]
indent_style = tab
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
indent_style = spaces
indent_size = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment