diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..c4cafab8c68613d593798502a4839672bd5ceea9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +# 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 +