diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..5e032a806 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ ++# Check http://editorconfig.org/ for more informations ++; Top-most EditorConfig file ++root = true ++ ++; 4-column tab indentation ++[*] ++indent_style = tab ++indent_size = 4 ++trim_trailing_whitespace = true