Private GIT

Skip to content
Snippets Groups Projects
Commit b2fb98a1 authored by Marius's avatar Marius
Browse files

.editorconfig

parents
Branches
No related tags found
No related merge requests found
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
insert_final_newline = true
[*.{md,markdown}]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2
max_line = 80
[Makefile]
indent_style = tab
indent_size = 4
max_line = 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment