diff --git a/.editorconifg b/.editorconifg new file mode 100644 index 0000000..7c4eeb1 --- /dev/null +++ b/.editorconifg @@ -0,0 +1,14 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true + + +# tabstops for .c .cpp and .h files +[*.{c,cpp,h}] +indent_style = tab diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cab1f4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto