diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1e49101 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +# EditorConfig: http://EditorConfig.org + +root = true + +[*] +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true + +[*.sh] +end_of_line = lf + +[*.yml] +indent_size = 2 + +[{Makefile,Makefile.*}] +indent_style = tab