X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=b63b37e5f926e74f69105778289b4f12e5cf2344;hb=2d786acc392114c0e843432e500a6ee542517f64;hp=0000000000000000000000000000000000000000;hpb=ed2968f2ee816cb47841f537bcbfb8590aa7bbb9;p=benchmarks-js.git diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b63b37e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +tab_width = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf + +[*.{js,jsx,ts,tsx}] +quote_type = single + +[*.{md,MD}] +max_line_length = off +trim_trailing_whitespace = false + +[{Makefile,**.mk}] +# Use tabs for indentation (Makefiles require tabs) +indent_style = tab