X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=f339d2da64282d939d8d1a568b7cd8bf7265c42e;hb=daacffefa64c57d0ec767e14477e06efd6c97510;hp=0000000000000000000000000000000000000000;hpb=1990517b2263a080946853ed697a6d687262ae80;p=github%2Fwallabag%2Fwallabag.git diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..f339d2da --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +; top-most EditorConfig file +root = true + +; Unix-style newlines +[*] +end_of_line = LF +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true