X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=e0c3b0efd885c1c24ce6cacbd8e3948cf7ea3788;hp=0000000000000000000000000000000000000000;hb=bdd6edb59194cda9e5fcb393c48ab4230fceb32a;hpb=c05ef71b26a8d16bf5af2bd8275e08ba5ae02b52;ds=sidebyside diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e0c3b0e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,20 @@ +; see http://editorconfig.org +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +charset = utf-8 +trim_trailing_whitespace = true + +[package.xml] +indent_style = space +indent_size = 1 + +[*.md] +trim_trailing_whitespace = false + +[*.json] +indent_style = space +indent_size = 4