added *.css rules in .editorconfig for indent consistency

This commit is contained in:
TDaglis 2015-11-11 10:36:20 +02:00
parent 41fd20c6e4
commit ee0d15c878
4 changed files with 520 additions and 517 deletions

View File

@ -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

View File

@ -52,8 +52,8 @@
} }
.terminal .xterm-helpers { .terminal .xterm-helpers {
position: absolute; position: absolute;
top: 0; top: 0;
} }
.terminal .xterm-helper-textarea { .terminal .xterm-helper-textarea {