mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 19:18:32 +00:00
added *.css rules in .editorconfig for indent consistency
This commit is contained in:
parent
41fd20c6e4
commit
ee0d15c878
@ -9,5 +9,8 @@ trim_trailing_whitespace = true
|
||||
[*.js]
|
||||
max_line_length = 100
|
||||
|
||||
[*.css]
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
@ -52,8 +52,8 @@
|
||||
}
|
||||
|
||||
.terminal .xterm-helpers {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.terminal .xterm-helper-textarea {
|
||||
|
Loading…
Reference in New Issue
Block a user