Skip to content

Commit b22884b

Browse files
committed
style: format
1 parent 5dbf7ca commit b22884b

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"semi": false,
3-
"singleQuote": true
3+
"singleQuote": true,
4+
"trailingComma": "es5"
45
}

index-dist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en" class="dark">
33
<head>
44
<meta charset="UTF-8" />

src/codemirror/codemirror.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@
8686

8787
.CodeMirror-foldmarker {
8888
color: #414141;
89-
text-shadow: #ff9966 1px 1px 2px, #ff9966 -1px -1px 2px, #ff9966 1px -1px 2px,
89+
text-shadow:
90+
#ff9966 1px 1px 2px,
91+
#ff9966 -1px -1px 2px,
92+
#ff9966 1px -1px 2px,
9093
#ff9966 -1px 1px 2px;
9194
font-family: arial;
9295
line-height: 0.3;

src/output/srcdoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<style>

0 commit comments

Comments
 (0)