X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.editorconfig;h=26230e9483415eeb23b133e0028d6e25b05a85d7;hb=20048d31a188be5514727dd714013caa396bf4fb;hp=f2aa1a381967b2dec3ed4b71cd6ca9a431ab00be;hpb=c1701561474cd2aa7389b66f7acb2a1e00c84e24;p=mirror_xterm.js.git diff --git a/.editorconfig b/.editorconfig index f2aa1a3..26230e9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,8 +5,9 @@ indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +end_of_line = lf -[*.js] +[*.{j,t}s] max_line_length = 100 [*.css]