X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.editorconfig;h=af67d04a3b9d832fdeb925b1d5f1368ba476015e;hb=720a43461d67ab229de0aecfc5008f22cc4c1c54;hp=7692ac78b5d41b76d597857faba75e53383e0768;hpb=291906de5f3074407253241e5ccbb5af633e0c22;p=friendica.git diff --git a/.editorconfig b/.editorconfig index 7692ac78b5..af67d04a3b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ charset = utf-8 end_of_line = lf trim_trailing_whitespaces = true indent_style = tab +quote_type = single + +[*.js] +quote_type = double \ No newline at end of file