X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=9b444aed05bf1b5de1a0aa8f5ea6756669f6f48d;hp=0000000000000000000000000000000000000000;hb=41c71e4750393cc1d3fd16c4a55060daff0f7005;hpb=baafbf6c24c8f272b714d3829857eca3833bca3e diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9b444ae --- /dev/null +++ b/.editorconfig @@ -0,0 +1,23 @@ +; see http://editorconfig.org +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +charset = utf-8 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.json] +indent_style = space +indent_size = 4 + +[package.xml] +indent_style = space +indent_size = 1 + +[config.w32] +end_of_line = crlf