Skip to content

Commit ae1b7a0

Browse files
use format date instead of timestamp for better UX
fix ffprobe result parse improve test add .editorconfig ignore .DS_Store file
1 parent f66c9eb commit ae1b7a0

File tree

6 files changed

+611
-342
lines changed

6 files changed

+611
-342
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = lf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+
[*.md]
14+
insert_final_newline = false
15+
trim_trailing_whitespace = false

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,6 @@ dist
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130130
.pnp.*
131+
132+
# macos
133+
.DS_Store

0 commit comments

Comments
 (0)