X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2F.editorconfig;fp=ui%2Fweb%2F.editorconfig;h=be65bb51972e2110874ad41d55d8087176bea673;hb=ebbfbf1c01e010d051956867484b74a94237f546;hp=0000000000000000000000000000000000000000;hpb=0cb6853e4b885801f29d83be565131751c3791ff;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/.editorconfig b/ui/web/.editorconfig new file mode 100644 index 00000000..be65bb51 --- /dev/null +++ b/ui/web/.editorconfig @@ -0,0 +1,21 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf +max_line_length = 100 + +[*.ts{,x}] +quote_type = single + +[*.md] +max_line_length = off +trim_trailing_whitespace = false + +[{Makefile,**.mk}] +# Use tabs for indentation (Makefiles require tabs) +indent_style = tab