]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - .editorconfig
Bump version to 2.9.2
[mirror_xterm.js.git] / .editorconfig
index f2aa1a381967b2dec3ed4b71cd6ca9a431ab00be..26230e9483415eeb23b133e0028d6e25b05a85d7 100644 (file)
@@ -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]