Skip to content

Commit 5590e0c

Browse files
committed
Fix line endings
1 parent 44d6929 commit 5590e0c

Some content is hidden

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

58 files changed

+989
-979
lines changed

.gitattributes

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
text eol=lf
1+
* text=auto
2+
*.js text eol=lf
3+
*.jsx text eol=lf
4+
*.ts text eol=lf
5+
*.tsx text eol=lf
6+
*.json text eol=lf
7+
*.css text eol=lf
8+
*.md text eol=lf
9+

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"bracketSpacing": true,
88
"bracketSameLine": false,
99
"arrowParens": "always",
10-
"jsxSingleQuote": false
10+
"jsxSingleQuote": false,
11+
"endOfLine": "lf"
1112
}

VISION.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ We do **NOT** aim to be:
2828
### v1.0 (Launching Soon)
2929

3030
- [x] A new snippets storage system for better maintainability and scalability
31-
- [ ] Search functionality
32-
- [ ] A support for frameworks and libraries
33-
- [ ] An ability to share snippets with others
34-
- [ ] A basic SEO (Search Engine Optimization)
31+
- [x] Search functionality
32+
- [x] A support for frameworks and libraries
33+
- [x] An ability to share snippets with others
34+
- [x] A basic SEO (Search Engine Optimization)
3535

3636
### v2.0 (Planned Vision)
3737

3838
- [ ] An ability to have private snippets with personal account
3939
- [ ] Improved search functionality with filters
40+
- [ ] A documentation page
4041
- [ ] An improved SEO (Search Engine Optimization)
4142

4243
### Potential Future Ideas
-1 Bytes
Loading
-2 Bytes
Loading

public/favicon/apple-touch-icon.png

-1 Bytes
Loading

public/favicon/favicon-16x16.png

-1 Bytes
Loading

public/favicon/favicon-32x32.png

-1 Bytes
Loading
Binary file not shown.
-38 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)