diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..530efe1f2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +; editor configuration powered by http://editorconfig.org/ +root = true + +; use 4 spaces for indentation for all files +[*] +indent_style = space +indent_size = 4