Skip to content
Snippets Groups Projects
Unverified Commit 353ec18a authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2933 from HyphaApp/fix-editorconfig

Fix .editorconfig for Makefile & markdown
parents f4c2fdca 2746a86c
No related branches found
No related tags found
No related merge requests found
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
# See: http://editorconfig.org
root = true
[*]
......@@ -7,3 +9,9 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
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