Skip to content

Commit 6745bc1

Browse files
re-organize the samples
1 parent b5d8bda commit 6745bc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+485
-7761
lines changed

.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows files
2+
[*.bat]
3+
end_of_line = crlf

.flowconfig renamed to BarcodeReaderSimpleSample/.flowconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ emoji=true
2525

2626
exact_by_default=true
2727

28-
format.bracket_spacing=false
29-
3028
module.file_ext=.js
3129
module.file_ext=.json
3230
module.file_ext=.ios.js
@@ -62,4 +60,4 @@ untyped-import
6260
untyped-type-import
6361

6462
[version]
65-
^0.162.0
63+
^0.149.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows files should use crlf line endings
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
*.bat text eol=crlf

.gitignore renamed to BarcodeReaderSimpleSample/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ build/
2828
.gradle
2929
local.properties
3030
*.iml
31-
*.hprof
3231

3332
# node.js
3433
#

0 commit comments

Comments
 (0)