Adding editorconfig

master
Mitchell 6 years ago committed by GitHub
parent af7e0bf00b
commit 4a06be11cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,16 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
[*.{c,h,cpp,hpp,cl}]
indent_size = 4
Loading…
Cancel
Save