diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2b9c997 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[{*.c, *.h}] +indent_style = tab +end_of_line = lf +tab_width = 4 +trim_trailing_whitespace = true