Skip to content
Snippets Groups Projects
Commit 907180a4 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Merge branch 'add-configs' into 'master'

Add editorconfig file

See merge request Obarun/66!25
parents 671fee48 bc6a2d5b
No related branches found
Tags v0.1.0.0
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