mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
This is normalized by git and ends up causing git status to show files that don't actually need to be committed after line ending normalization.
17 lines
214 B
INI
17 lines
214 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{j,t}s]
|
|
max_line_length = 100
|
|
|
|
[*.css]
|
|
indent_size = 4
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|