summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMatt Fellenz <matt@felle.nz>2023-08-05 15:15:29 -0700
committerGitHub <noreply@github.com>2023-08-06 00:15:29 +0200
commit823fc5e5c4cb5c8555d0bb64e6f4ab4f61bce0e2 (patch)
tree8a9421121b85aa9878597c1e9eb4bae433c42d94 /assets
parente3115336bfe26cfddcce41dc9177f3bbe6d7d88e (diff)
Fix incomplete line endings (#1866)
Diffstat (limited to 'assets')
-rw-r--r--assets/files/SExpressions.sublime-syntax2
-rw-r--r--assets/files/bad.toml2
-rw-r--r--assets/files/bad.txtbin70 -> 71 bytes
-rw-r--r--assets/files/bad.yaml2
-rw-r--r--assets/files/cylinder.svg2
-rw-r--r--assets/files/hello.txt2
-rw-r--r--assets/files/tetrahedron.svg2
-rw-r--r--assets/files/yaml-types.yaml2
8 files changed, 7 insertions, 7 deletions
diff --git a/assets/files/SExpressions.sublime-syntax b/assets/files/SExpressions.sublime-syntax
index a18dd913..31c830a4 100644
--- a/assets/files/SExpressions.sublime-syntax
+++ b/assets/files/SExpressions.sublime-syntax
@@ -70,4 +70,4 @@ contexts:
push: block_comment
- match: '\|#'
scope: punctuation.definition.comment.sexpr
- pop: true \ No newline at end of file
+ pop: true
diff --git a/assets/files/bad.toml b/assets/files/bad.toml
index 2d5da4d3..ac326d8f 100644
--- a/assets/files/bad.toml
+++ b/assets/files/bad.toml
@@ -1 +1 @@
-"only a string" \ No newline at end of file
+"only a string"
diff --git a/assets/files/bad.txt b/assets/files/bad.txt
index 71308112..bb50896b 100644
--- a/assets/files/bad.txt
+++ b/assets/files/bad.txt
Binary files differ
diff --git a/assets/files/bad.yaml b/assets/files/bad.yaml
index 330ec7a9..8910432e 100644
--- a/assets/files/bad.yaml
+++ b/assets/files/bad.yaml
@@ -1 +1 @@
-this_will_break: [) \ No newline at end of file
+this_will_break: [)
diff --git a/assets/files/cylinder.svg b/assets/files/cylinder.svg
index 76abafa6..32f691cb 100644
--- a/assets/files/cylinder.svg
+++ b/assets/files/cylinder.svg
@@ -23,4 +23,4 @@
</defs>
<path class="uuid-0c7f9eba-fb5c-4f1c-9149-e06b72f4e892" d="m23.679,7.031v17.941c0,1.407-3.435,2.56-7.679,2.56s-7.679-1.152-7.679-2.56V7.031c0-1.418,3.435-2.56,7.679-2.56s7.679,1.141,7.679,2.56Z"/>
<ellipse class="uuid-b242de72-c4d3-4028-9f50-e25a891b77c6" cx="16" cy="7.029" rx="7.681" ry="2.56"/>
-</svg> \ No newline at end of file
+</svg>
diff --git a/assets/files/hello.txt b/assets/files/hello.txt
index 5dd01c17..af5626b4 100644
--- a/assets/files/hello.txt
+++ b/assets/files/hello.txt
@@ -1 +1 @@
-Hello, world! \ No newline at end of file
+Hello, world!
diff --git a/assets/files/tetrahedron.svg b/assets/files/tetrahedron.svg
index acd8d502..00d842ce 100644
--- a/assets/files/tetrahedron.svg
+++ b/assets/files/tetrahedron.svg
@@ -17,4 +17,4 @@
<polygon class="uuid-2456d980-f63b-4fa8-8dc4-6bc7ec43cb9d" points="29.689 20.18 15.999 26.07 15.999 5.93 29.689 20.18"/>
<polygon class="uuid-603863eb-1f17-44fc-809f-235048ac00d5" points="29.686 20.177 15.999 26.067 2.311 20.177 15.999 5.933 29.686 20.177"/>
<line class="uuid-603863eb-1f17-44fc-809f-235048ac00d5" x1="15.999" y1="5.933" x2="15.999" y2="26.067"/>
-</svg> \ No newline at end of file
+</svg>
diff --git a/assets/files/yaml-types.yaml b/assets/files/yaml-types.yaml
index eb759777..2da490c5 100644
--- a/assets/files/yaml-types.yaml
+++ b/assets/files/yaml-types.yaml
@@ -5,4 +5,4 @@ float: 1.12
mapping: { '1': "one", '2': "two"}
seq: [1, 2, 3, 4]
bool: false
-true: bool \ No newline at end of file
+true: bool