X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=84c99337f69133bbb1548f9cc8c8477bc6f4ac2e;hp=0000000000000000000000000000000000000000;hb=3a992dd98426727192ef901c7c5e3a58d6944c3f;hpb=f5adf1c251556fa954c7c334c4d9541386309e10 diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..84c9933 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +; 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