diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..669ef302 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +; top-most EditorConfig file +root = true + +; Unix-style newlines +[*] +end_of_line = LF + +[*.json] +indent_style = space +indent_size = 4