]> git.proxmox.com Git - mirror_xterm.js.git/blame_incremental - .editorconfig
fixes #799 - lookup table is created on first wcwidth call for char > 127
[mirror_xterm.js.git] / .editorconfig
... / ...
CommitLineData
1root = true
2
3[*]
4indent_style = space
5indent_size = 2
6insert_final_newline = true
7trim_trailing_whitespace = true
8end_of_line = lf
9
10[*.{j,t}s]
11max_line_length = 100
12
13[*.css]
14indent_size = 4
15
16[*.md]
17trim_trailing_whitespace = false