mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 17:29:10 +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]
|
[*.js]
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
|
[*.css]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 255;
|
z-index: 255;
|
||||||
}
|
}
|
||||||
|
@ -23,4 +23,4 @@ h1 {
|
|||||||
|
|
||||||
#terminal-container .terminal .terminal-cursor {
|
#terminal-container .terminal .terminal-cursor {
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
1030
src/xterm.css
1030
src/xterm.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user