https://github.com/vovanr/test-readme-code-tab-space
Tabs vs Spaces
https://github.com/vovanr/test-readme-code-tab-space
Last synced: over 1 year ago
JSON representation
Tabs vs Spaces
- Host: GitHub
- URL: https://github.com/vovanr/test-readme-code-tab-space
- Owner: VovanR
- Created: 2020-03-17T09:10:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T19:18:05.000Z (about 6 years ago)
- Last Synced: 2025-01-26T19:32:27.236Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://twitter.com/7rulnik/status/1239524438741303297
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-readme-code-tab-space
Tabs
```html
- Foo
-
Bar
- Lorem
- Ipsum
- Baz
```
Spaces
```html
- Foo
-
Bar
- Lorem
- Ipsum
- Baz
```