Skip to content
Snippets Groups Projects
Commit bc6a2d5b authored by Danilo Spinella's avatar Danilo Spinella
Browse files

Add editorconfig file

parent a151c446
No related branches found
No related tags found
No related merge requests found
# top-most EditorConfig file
root = true
[*]
indent_size = 4
indent_style = space
charset = utf-8
end_of_line = lf
max_line_length = 100
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = tab
[Makefile,configure]
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