X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=5e9912815f6caef764c0aa3ad8b7303b82b3d3e0;hb=37eb5501060040441a8070a0a6c74c95ec2aed21;hp=0000000000000000000000000000000000000000;hpb=4508f562f8ef3c07b4490bef0e7563e73ef9a5f0;p=m6w6%2Fpecl-ci diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5e99128 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +; 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 + +[*.php] +indent_style = space