Files
xterm.js/.editorconfig
Daniel ImmsandGitHub d4fd96639f Remove line ending editorconfig file
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.
2025-12-24 04:18:31 -08:00

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